Reputation: 925
In VsCode, whenever I try to use IntelliSense
at the end of:
IntelliSense
only suggests me one result at a time, so I have to hit ↑ and ↓ to navigate through the results until I eventually find what I was looking for.
This is quite not ideal... Is there a way to configure VsCode so that it pops a tap with all options, instead of one at a time?
Thanks!
Upvotes: 0
Views: 98
Reputation: 599
It might be you just need to resize it with the new resize ability.
https://code.visualstudio.com/updates/v1_51#_resizable-suggestions
Upvotes: 1