I understand there are a few questions surrounding the auto_complete function in Sublime Text.
However, I have not been able to disable the auto_complete function in t
There are two options:
1: In Preference --> User, Check if TernJS plugin is Installed. If Yes, Unistall it from your editor (i.e. Sublime Text Editor).
TernJS plugin
2: In Preferences --> User, check for the auto_complete and change it to false
auto_complete
"auto_complete": false,
Restart Your Editor(Sublime Text)