How to Enable Auto Complete in Visual Studio Code?

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.

WhatsApp Group Join Now
Telegram Group Join Now

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.

  1. Open your Visual Studio code editor.
  2. Click on settings icon and Search for “Emmet” in the search box.
    • vscode settings icon
    • emmet settings
  3. Click on “Edit in Settings.json” under Emmet: Preferences.
  4. Then, Enter the following Setting ID and value to your Settings.json file and save it.
 "emmet.triggerExpansionOnTab": true,
"files.associations": {"*html":"html"},
emmet setting id and value in json

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.

Share on:
Vijaygopal Balasa

Vijaygopal Balasa is a blogger with a passion for writing about a variety of topics and Founder/CEO of Androidstrike. In addition to blogging, he is also a Full-stack blockchain engineer by profession and a tech enthusiast. He has a strong interest in new technologies and is always looking for ways to stay up-to-date with the latest developments in the field.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.