Reputation: 23
I started studying HTML on YouTube not long ago and have been using visual studio code. Whenever specific shortcuts are used, mine does not work. An example would be typing the exclamation mark and then the tab button("!" + tab) to automatically give you the default HTML skeletal template. Also, tag suggestions do not work. Whenever I start to type a tag like , I don't get any suggestions whatsoever and it leads to a lot of mistakes and confusion for me. Can someone help me, please?
Upvotes: 2
Views: 15582
Reputation: 1
Change Setting Emmet
Suggest
HTML:5
Upvotes: 0
Reputation: 1
You only need to change languague on status bar (below) from Django html to html.
Now retype the shortcut i.e. "!+Enter"
Upvotes: 0
Reputation: 18883
CTRL + Shift + P
!
- a tooltip should now pop up and then you hit tab
.Upvotes: 5
Reputation: 1483
You can go to VS code and tap on setting will show a pop-up, choose Keyboard Shortcut will showcase you all the keyboard shortcut.
Upvotes: 0