Sublime Forum

Disable Autocomplete on Enter ST4 [SOLVED]

#1

Greetings,

I have a problem with the way “Enter” is used for autocompletion, as I cant differentiate between complete and newline.

I tried:

{“auto_complete_commit_on_tab”:true}

But even though “Tab” now works, “Enter” is still enabled.

1 Like

#2

What packages do you have installed? There may be a package doing you favors.

1 Like

#3

LSP ans SublimeREPL

0 Likes

#4

Solved the problem.

For anyone interested in the future:
you need to set

“auto_complete_commit_on_tab”: true

inside of the settings(preferences > settings), not the keybindings of sublime

1 Like