Visual Studio Code intellisense showing one suggestion at any time

无人久伴 提交于 2020-12-04 14:24:56

问题


Normally when I used to type in my VSCode editor, the intellisense showed all the possible suggestions for the entered query.

However, now as I type, only one suggestion is shown that best matches the query.

For instance, when I type in b, the intellisense just shows a suggestion for the HTML <b> element — not a list of suggestions including tags such as <button>.

Is there any way to change this? I have searched a lot of the net but couldn't find any sort of help.


回答1:


VS Code 1.51 made the list of suggestions resizable so it's possible your suggest widget is simply shrunken down to be a single line high.

To fix this, trigger suggestions and then click and drag at the bottom edge of the suggest widget to increase the number of visible suggestions.

Note that you can always use the arrow keys to navigate through suggestions, even if only one suggestion is visible. Use this to check if the widget is simply too small or if there really is only one suggestion



来源:https://stackoverflow.com/questions/64789393/visual-studio-code-intellisense-showing-one-suggestion-at-any-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!