Reputation: 235
I have tried to install and uninstall Emmet and VScode itself but i do not know why this abbreviation keeps the suggestions overlapping each other.
Upvotes: -1
Views: 94
Reputation: 1
To resolve the issue of overlapping suggestions in VS Code when using the Emmet extension, follow these steps:
Open Settings
Use the keyboard shortcut Ctrl
+ ,
to quickly access your VS Code settings.
Search for the Setting
In the search bar at the top, type editor.suggestLineHeight
to locate the specific setting.
Adjust the Value
Set the value of editor.suggestLineHeight
to 0. This will reduce the spacing between suggestion items, helping to prevent overlap.
Upvotes: -1