I am trying to enable tab auto-completion with pressing "Tab" button but it doesn't work for me and it always works as Tab character when it is supposed to work as autocomplete. Which setting or shortcut should I enable or disable to have this feature?
With pressing "Tab", I will get this;
PS: Pressing "Enter" works fine and accepts the suggestion and I can disable it by setting the following setting to off.
By default, tab completion is disabled. Use the editor.tabCompletion setting to enable it.
To fix the issuePressing ctrl + M causes the ⇥ Tab key to move focus instead of inserting a ⇥ Tab character. Turn it off by pressing the shortcut again.
The suggestion list of Automatic completion appears as soon as you start typing a new identifier. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space .
Try changing tab completion setting to On:
Editor › tab Completion
"editor.tabCompletion": "on"
Also for HTML/Javascript you could make emmet setting to true
"emmet.triggerExpansionOnTab": true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With