Sublime Forum

Disable implicit autocomplete while keeping normal autocomplete?

#1

For some reason, pressing tab after a variable name will automatically change it to match other existing variable names that are similar. I don’t understand why that would be default behavior or behavior that anyone would ever want. Is there a way to turn this particular behavior off while still maintaining the normal autocomplete? Right now, this is honestly unusable for me.

As an example, if you create a text file with…

var rawA

var A

… then put the cursor after ‘A’ and press tab, the ‘A’ will change to "rawA’.

0 Likes