+1
Not a bug

Tab key still autocompleting on its own

chaiguy fa 12 anys updated by Jon Skinner fa 12 anys 4
There appears to be some leftover code from the old autocomplete implementation still active because the tab key will occasionally attempt to complete the word before it, making it impossible for me to insert tabs.

Tab should only accept autocompletes when the autocomplete dialog is open, allowing me to escape out of that and insert tabs normally.

Answer

Answer
Not a bug
This is by design. The behavior can be controlled with the tab_completion file setting.
Answer
Not a bug
This is by design. The behavior can be controlled with the tab_completion file setting.
Is tab still usable to pick an item from the autocomplete popup? I don't like it completing words for me without a dialog because I have no indication that it's going to happen.
You have to fix this it's driving me nuts. I've disabled "tab_completion" and it's still not letting me type tabs and inserting all sorts of random gibberish when I hit tab, like it's trying to do a snippet in the middle of what I'm typing and it's just broken.
Read my comment above, this is controlled with the tab_completion file setting
Im having this problem as well.  I have "tab_completion": false set in my user settings but it still auto-completes every time.