2
06/11/2024 9:16 pm
Início do tópico
I have a problem with Visual Studio Code and Emmet;
Whenever I try to use the tab key it will NOT expand in Visual Studio.
Is Emmet broken? What steps should I take to make it work again?
Thanks, tuto
1 Answer
1
06/11/2024 9:17 pm
To make it work again properly, follow these steps:
File >> Preferences >> Settings >> Extensions >> Edit in the settings.json file
(see the screenshot below):
and add the following line:
"emmet.triggerExpansionOnTab":true,
(see the 2nd screenshot below):
Add this line as well to the settings.json file:
"files.associations":{"*html":"html"},
You can watch this video:
Por favor, Iniciar sessão ou Registar para responder a este tópico.