I don’t have any packages or plugins installed; in a C file if I type:
auto x<tab>
ST4 brings up a “completion window”. I do not want this — ST4 has a 0% chance of knowing what I want, and I have to dismiss it. I don’t know why ST4 suddenly has this behavior but it kind of sucks.
Here’s the settings I’ve tried, to no avail, to get ST4 to stop trying to autocomplete:
{
"color_scheme": "Packages/User/Themes/Printer.tmTheme",
"draw_white_space" : ["all"],
"tab_completion" : false,
"auto_complete" : false,
"auto_complete_delay": 50000000000,
"font_size": 10,
"theme": "auto",
"word_wrap": "false",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": "all",
"ensure_newline_at_eof_on_save": true,
"auto_complete_triggers": [],
"auto_complete_use_index": false,
"auto_complete_include_snippets": false,
"auto_complete_include_snippets_when_typing": false,
"ignored_snippets": ["C++/*"],
}