Intel Sublime Code vs All Autocomplete?

I couldn’t understand which of these two popular plugins works better in the autocomplete function in the Sublime 3 environment. What exactly are the differences? Moreover, I wonder if they can work properly with each other without messing it up. could you help me?

Plugins can be found here .

+5
source share
1 answer

I assume that you yourself found this yourself, but perhaps the same thing is interesting for other people.

Plugins seem to work well with each other.
The differences are as follows:

  • All Autocomplete are going to autocomplete characters that you defined yourself in your code, in different documents opened in a text editor
  • SublimeCodeIntel provides autocomplete for characters defined by the programming language used, by default
+4
source

All Articles