Sublime Forum

"auto_complete_commit_on_tab" is always true

#1

Hello. My previously flawless experience with ST2 has been troubled by a problem I just had with the auto complete feature : it is always completed by tab, regardless of the state of the “auto_complete_commit_on_tab” settings. Even when I set it to “false”, suggestions are completed by hitting tab instead of enter.

Also, the default behavior of enter (ie, inserting new lines) isn’t disabled when I comment out this line :

{ “keys”: “enter”], “command”: “insert”, “args”: {“characters”: “\n”} }

While it worked with other lines from the file. There is no other user settings or syntax-specific settings that I think could interfere. Any idea ?

0 Likes

#2

auto_complete_commit_on_tab tells sublime what key will accept completion within the autocomplete popup. So tab will still activate snippets. You can try settings tab_completion to false.

0 Likes

#3

I tried that, and nothing changed. Enter still insert a newline, and tab still complete with the selected proposition.

0 Likes

#4

Have same issue. I have added “auto_complete_commit_on_tab”: false, “tab_completion”: false, to user settings, but pressing “tab” while auto-completion window opened still triggers commmit.

0 Likes

#5

Same here with ST3 build 3047. For me, it’s a bug

0 Likes