I am learning HTML. I have to type every single letter in my Visual Studio Code platform. for example “div.avatar” doesn’t bring the class of avatar.
Also for repetition, I have to type again and again. it doesn’t repeat if I command.
How could I sort it out?
Are you sure you are editing a file with the “.html” extension? Do you see the language mode “HTML” in your status bar? If it’s “Plain Text”, change it to “HTML”.
1 Like
Highly appreciated. Language mode was the issue.