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 ?