j-zeppenfeld / tab-indent-space-align

A Visual Studio Code extension for those who know the difference between indentation and alignment.
MIT License
17 stars 1 forks source link

Interferes with editor.tabCompletion #2

Closed Deji69 closed 5 years ago

Deji69 commented 5 years ago

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.

j-zeppenfeld commented 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.