如何在将插入符号移动一个字符时在 vscode 中显示建议弹出窗口?

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

如何在同一个单词中移动插入符号一个字符时在 visual-studio-code 中显示建议弹出窗口,这样我就不必再次按 ctrl-space 快捷键?

很遗憾,目前无法进行此操作。如果您想报告功能请求,建议在他们的 GitHub 上进行,我目前找不到任何重复项;虽然很难搜索这样的东西,因为有太多的措辞变体。他们可以在这方面更好地帮助您。

或者,您可以使用 'Tweet Feedback' 功能在应用程序内部提供反馈。

现在应该可以使用 VSCode 1.51(2020 年 10 月):

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