Billions.A.Joel
Billions.A.Joel

Reputation: 235

Emmet Extension in Vs Code shows overlapping suggestions

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.

enter image description here

Upvotes: -1

Views: 94

Answers (1)

Imran Hasan Siddiki
Imran Hasan Siddiki

Reputation: 1

To resolve the issue of overlapping suggestions in VS Code when using the Emmet extension, follow these steps:

  1. Open Settings

    Use the keyboard shortcut Ctrl + , to quickly access your VS Code settings.

  2. Search for the Setting

    In the search bar at the top, type editor.suggestLineHeight to locate the specific setting.

  3. 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

Related Questions