Guide to enable auto complete in visual studio code:
So, Do you guys want to enable auto complete in your visual studio code or vs code editor? Then, you are at the right place, In this article, you will find a step-by-step guide to enable the auto-complete or auto-suggestion feature in your code editor with some minimal changes in your settings.
How to Enable Auto Complete in Visual Studio Code?
Is auto complete feature not working in your VS code editor? Then the below-mentioned fix will help to resolve the issue.
- Open your Visual Studio code editor.
- Click on settings icon and Search for “Emmet” in the search box.
- Click on “Edit in Settings.json” under Emmet: Preferences.
- Then, Enter the following Setting ID and value to your Settings.json file and save it.
"emmet.triggerExpansionOnTab": true, "files.associations": {"*html":"html"},

5. Now, Restart your VS code editor and try to use the auto-complete feature by pressing Tab key.
Now, You have successfully fixed the autocomplete issue in your VS code in less than 5 minutes.
I hope this article helped you to enable auto complete in your visual studio code. Please do share it with your friends and also bookmark our site for more tutorials.