2
06/11/2024 9:16 오후
주제 스타터
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개 답글
1
06/11/2024 9:17 오후
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: