Home > Net >  VS code is not showing suggestions
VS code is not showing suggestions

Time:12-07

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 ?

CodePudding user response:

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 .

CodePudding user response:

The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl Space

  • Related