Closed Deji69 closed 5 years ago
editor.tabCompletion
is actually a somewhat different feature from what you describe, in that after autocompleting something and then pressing tab again, one can cycle through the other autocompletion options.
I'll fix both the Enter
behavior as you describe and the editor.tabCompletion
option over the weekend.
I like the goal of this extension, but one thing really irritates me. This extension causes me to no longer be able to use the Enter key to accept an auto-completion suggestion. Instead the Tab key needs to be used, which feels counter-intuitive to me.
This extension would be 👌🏾 for me if it respected the
editor.tabCompletion
setting in VSCode, allowing me to use the Enter key to accept auto-completion suggestions, rather than Tab.