if your vs code not auto complete tags then here is the solution ||Emmet is not working in VSCode

Опубликовано: 15 Июль 2021
на канале: Study Programming
603
11

if your vs code not auto complete tags then here is the solution
just follow the steps
goto files -
preferences
settings
find Emmet
click on edit in settings.Json
past the following code
and your job is done .

copy and past this code from the description:


"emmet.triggerExpansionOnTab": true,
"files.associations": {"*html":"html"},


#vscode
#vs

Thanks for watching .

Subscribe our channel for more videos.