how to keep shown the suggestions popup in vscode while moving the caret one character?

99封情书 提交于 2020-12-06 13:03:18

问题


how to keep shown the suggestions popup in visual-studio-code while moving the caret one character in the same word, so I don't have to hit ctrl-space shortcut again?


回答1:


This should now be possible with VSCode 1.51 (Oct. 2020):

Move cursor to select suggestions

You can now move the cursor while suggestions are showing.
For instance, you can trigger suggestions at the end of a word, move left to see more suggestions, and then use replace to overwrite the word.

Theme: GitHub Light




回答2:


Unfortunately, this is not possible at this time. If you would to like to report a feature request, it's recommended to do it on their GitHub I couldn't find any duplicates at this time; though it's hard to search for something like this because there are so many verbiage variants. They can better help you in that regard.

Alternatively, you can provide feedback inside the application itself using the 'Tweet Feedback' functionality.



来源:https://stackoverflow.com/questions/62894261/how-to-keep-shown-the-suggestions-popup-in-vscode-while-moving-the-caret-one-cha

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