Home > Enterprise >  Hi,my html snippets in vs code does not work
Hi,my html snippets in vs code does not work

Time:01-24

I am recently using sublime text editor and now shifted to vs code by hearing all the positve reviews for vs code but I am continously facing various issues one major issue is that when ever I try to use a tag for eg: 'input' tag some snippets are available in the dropdown menu but when I click those nothing happens,I tried to install and uninstall various packages but nothing was working,some other editors i have used,will auto provide input,id field in input tag.enter image description here enter image description here

CodePudding user response:

After some research, I found that the problem is with my vs code extension settings, as you can see below. to solve this issue remove the statement emmet. exclude languages completely and change the value of "emmet.triggerExapansionOnTab" to true also one more final step, include the statement--> "files.associations": {"html": "html"}, in the file, thank you everyone for the comments and suggestions.

I have marked the wrong statements

  •  Tags:  
  • Related