Sublime Forum

How do I disable tab completion?

#1

Tab completion is very bad, it often gets in the way of me typing long variable names, often tripping me up later when I realize a reference somewhere in my code had the wrong name due to Sublime tab completion. How can I disable this feature?

0 Likes

#2

In ‘User/Preferences.sublime-settings’ (Accessible through the menu (Preferences -> Settings - User) or via the Command Palette (search for ‘Preferences: Settings - User’) create an entry with the following

“auto_complete”: false

0 Likes