Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime​Code​Intel vs All Autocomplete?

I couldn't figure out which one of this two popular plugins are working better in autocompleting feature in the Sublime 3 environment. What exactly are the differences? Moreover, I am wondering whether they can work properly along each other without messing it up. Could you help me out on this?

The plugins can be found here.

like image 234
Saeed Y Avatar asked Jul 04 '15 19:07

Saeed Y


1 Answers

I imagine you've found it out by yourself in the meantime but maybe for other people wondering the same thing.

The plugins seem to work well along each other.
The differences are:

  • All Autocomplete is going to autocomplete symbols you defined yourself in your code, across different documents that are open in your text editor
  • SublimeCodeIntel provides autocompletion for symbols defined by the programming language you're using, by default
like image 120
luwes Avatar answered Sep 19 '22 02:09

luwes