I want to achieve the following: the editor does not select any suggestions (but it shows so I can select with arrow keys), this is achieved by “editor.suggest.selectionMode”: “never”; when I type (exact) prefix for snippets I can tab complete it without choose it with arrow keys, this is achieved by “editor.tabCompletion”: “onlySnippets”; I want […]