I was experiencing the same problem, then i saw something on my bottom right of vs code.. instead of using HTML, i was using Django-HTML, so i changed the language to html, Boom everything is working fine again.see image

Answer from Siphamandla Ngwenya on Stack Overflow
๐ŸŒ
Visual Studio Code
code.visualstudio.com โ€บ docs โ€บ languages โ€บ html
HTML in Visual Studio Code
November 3, 2021 - By setting html.customData Open in VS Code Open in VS Code Insiders to a list of JSON files following the custom data format, you can enhance VS Code's understanding of new HTML tags, attributes and attribute values.
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
Auto Complete Tag - Visual Studio Marketplace
Extension for Visual Studio Code - Extension Packs to add close tag and rename paired tag automatically for HTML/XML
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
Class autocomplete for HTML - Visual Studio Marketplace
Extension for Visual Studio Code - Intelligent auto completion for HTML class="" attribute.
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
HTML to CSS autocompletion - Visual Studio Marketplace
Extension for Visual Studio Code - Provides completion suggestions for classes and ids from markup documents to stylesheets.
๐ŸŒ
Quora
quora.com โ€บ How-do-I-configure-VS-Code-to-auto-complete-HTML-tags-with-class-attribute
How to configure VS Code to auto complete HTML tags with class attribute - Quora
Visual Studio Code can be configured to autocomplete HTML tags and include class attributes automatically using built-in Emmet, settings, and extensions.
๐ŸŒ
CSS-Tricks
css-tricks.com โ€บ vs-code-extensions-for-html
VS Code Extensions for HTML | CSS-Tricks
June 7, 2021 - The point of it is that it does fancy AI-powered autocomplete suggestions, even in HTML. Check out it guessing at some attributes: This looks like a pretty commercial product with features that push you toward paid plans for teams. I donโ€™t really feel like getting all into that; it was just interesting to see a tool like this work with HTML. This lints your HTML for accessibility problems right in the editor. There are a bunch of rules it checks for. Did you know even though VS Code has Emmet baked right in, there is no communication between Emmetโ€™s creator and the VS Code team?
Find elsewhere
๐ŸŒ
Educative
educative.io โ€บ answers โ€บ how-to-code-faster-with-vs-code-extensions
How to code faster with VS code extensions
Path intellisense is a Visual Studio Code plugin that autocompletes filenames. You can learn more about path intellisense here. ... Application Programming Interface Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni, with ...
๐ŸŒ
Visual Studio Code
code.visualstudio.com โ€บ docs โ€บ editing โ€บ intellisense
IntelliSense
November 3, 2021 - Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word-based completions for any programming language but can also be configured to have richer IntelliSense ...
๐ŸŒ
Medium
medium.com โ€บ @dimterion โ€บ vs-code-snippets-autocomplete-tips-3434e7bf519f
VS Code Snippets & Autocomplete Tips | by Dimterion | Medium
August 9, 2024 - Example: for-loop snippet mentioned above does exactly that. The default version has identical parts highlighted, and also when you use tab it will switch to the next bunch of such parts. Code snippets/autocomplete also come with various VS Code extensions. If you use Tailwind, then Tailwind CSS IntelliSense extension almost looks like a must.
๐ŸŒ
Reddit
reddit.com โ€บ r/vscode โ€บ override autocomplete for html tags
r/vscode on Reddit: Override autocomplete for html tags
April 12, 2021 -

Hi all

I love the auto complete for html. So I can type e.g. div hit ENTER and then I get <div></div>

This is great. However often, I only want the opening tag and not the closing tag. I can't figure out a way to do this manually. I've tried typing it out fully <div>, using tab, nothing. As soon as I use the closing > for my open tag it auto completes the next div element.

Is there any way around this without turning off autocomplete all together?

thanks

๐ŸŒ
GitHub
github.com โ€บ fongandrew โ€บ css-class-autocomplete
GitHub - fongandrew/css-class-autocomplete: VSCode extension to autocomplete CSS classes found in the same workspace ยท GitHub
This is a Visual Studio Code extension that provides autocompletion for CSS class names in HTML, JSX, and TSX files.
Author ย  fongandrew
๐ŸŒ
Quora
quora.com โ€บ How-do-I-make-Visual-Studio-Code-generate-auto-complete-HTML-code
How to make Visual Studio Code generate auto complete HTML code - Quora
Answer (1 of 3): Greetings, As you have noticed each new document generated in Visual Studio code starts with Untitled-1. In order to recognize the language you are working with you will need to save the document as the extension of the language you are working in for the autocomplete to functi...
๐ŸŒ
DEV Community
dev.to โ€บ krtirtho โ€บ vscode-extensions-that-you-need-webdevs-2pkp
VSCode extensions that you need [Webdevs]๐Ÿš€๐Ÿ”ง - DEV Community
September 15, 2021 - It uses Microsoft Azure cloud services ... tags. You've to manually write the opening/closing tags. But VSCode has a built-in emmet extension....
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
Smart CSS Autocomplete - Visual Studio Marketplace
Extension for Visual Studio Code - Autocomplete CSS properties smarter - using an usage statistics instead of standard random
๐ŸŒ
GitHub
github.com โ€บ yewstack โ€บ yew โ€บ issues โ€บ 1663
Document how to enable VSCode html autocomplete support ยท Issue #1663 ยท yewstack/yew
June 11, 2020 - I am doing a test run with Yew, and on of my main struggles seems to be that I can't use any html autocomplete commands. Will there be (or is there) any vscode (or other editor) plugin that ena...
Author ย  pvdklei
๐ŸŒ
Gocodeo
gocodeo.com โ€บ post โ€บ 10-best-vs-code-extensions-for-web-development
10 Best VS Code Extensions for Web Development in 2025
This vs code extension adds IntelliSense-style support for over 60 commonly used HTML tags and attributes. It complements VSCodeโ€™s built-in HTML support by making autocomplete smarter, more efficient, and more context-aware.
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
CSS class autocomplete for HTML/JSX/TSX - Visual Studio Marketplace
Extension for Visual Studio Code - Autcompletes class names from CSS classes i nthe same project in HTML / JSX / TSX files