Sublime Forum

How to stop tab auto complete on 4126?

#1

Hi,
I am using sublime for a while, and after updating to 4126 I am getting annoying behavior, tab always pup up menu with some suggestions, how can cancel this pup up?

0 Likes

Possible auto-complete / auto-expansion bug on Tab?
#2

You can disable auto-complete using the "auto_complete" setting. There’s also "tab_completion". Though this behavior hasn’t changed since ST4 was released afaik.

0 Likes

#3

Thanks bschaaf Still the same :confused:
“tab_completion”: false,
“auto_complete_commit_on_tab”: false,
“auto_complete_when_likely”: false,
// disable auto complete to be triggered automatically when typing.
“auto_complete”: false,

0 Likes

#4

Does it happen in safe mode?

0 Likes

#5

What is it safe mode?

0 Likes

#6

https://www.sublimetext.com/docs/safe_mode.html

1 Like

#7

Yes, with safe mode same behave

0 Likes

#8

With those settings?

0 Likes