How to disable Auto Complete in Sublime Text (2&3)

前端 未结 6 1035
长情又很酷
长情又很酷 2021-02-14 10:02

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

6条回答
  •  感情败类
    2021-02-14 10:48

    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).

    2: In Preferences --> User, check for the auto_complete and change it to false

    "auto_complete": false,

    Restart Your Editor(Sublime Text)

提交回复
热议问题