microsoft/vscode

Missing Sublime Text command - select down to next auto complete suggestion

waderyan opened this issue · 2 comments

While building this extension to map Sublime Text default keyboard shortcuts to VS Code, I found that this feature is missing.

The feature is select down to next auto complete suggestion.

Default Sublime Text keybindings
Windows / Linux: ctrl+space
Mac: ctrl+space

next_suggestion

We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.

Happy Coding!