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

前端 未结 6 1038
长情又很酷
长情又很酷 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

    I came here looking for a Python-related solution, where autocompletion worked well for variable names etc. but was quite slow for methods etc.

    So, to disable Python syntax autocomplete:

    • open the command palette with ctrl + shift + P
    • enter Package Control: Remove Package and select it
    • enter Jedi and remove the Jedi autocomplete package

提交回复
热议问题