Sublime Forum

Disable language autocompletions

#1

Hello,

I love the autocomplete feature, but for some languages I never use it. For example, the autocomplete for php functions gets in the way, but I still like the code-aware autocompletion for php I’ve already written.

Is there a way to disable autocompletion for language constructs without disabling autocompletion for my own code?

Thanks!

Jim

0 Likes

#2

Probably deleting the file “PHP.sublime-completions” from the PHP.sublime-package (which is a zip file you can just edit [while sublime is closed])

0 Likes