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.

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.

