skip to Main Content

When I autocomplete an HTML attribute (my cursor is now inside ""), the VS code does not display any suggestions for attribute values. However, if I manually delete quotes ("") and type quotes (""), it suddenly displays suggestions. Is there any way to solve this problem?

A suggestion to change any settings in vscode or an extension that could solve this problem ?

2

Answers


  1. I have also gone through this same situation before I fix it by downloading extension which is specific to your programming language .

    Before doing that please check if auto detect is working on VS Code correctly . If it not fix it and check if the problem is solved .

    Login or Signup to reply.
  2. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search