1

Something happened to my VSCode and now suggestions list fits only 1 option. How can I adjust its height?

Example

Daniel
  • 839
  • 10
  • 20

1 Answers1

2

As mentioned by Mark's comment, you can resize this suggestion tab.

According to the the VS Code version 1.51 documentation, the suggestions tab widget is now resizable.

Hover your mouse pointer on the lower edge of the widget:

Resize 1

Then, drag your mouse pointer downwards so that the suggestion widget can display more lines:

Resize 2

AnsonH
  • 2,460
  • 2
  • 15
  • 29