I use the Anaconda plugin for Sublime Text 3 to have hints / autocompletion when writing code. I started to get acquainted with PyQT5 ... but for some reason, while importing, Anaconda does not show the possible auto-completion options, or rather shows the option only after it has already written half of it.

Here I want to import QApplication: enter image description here

The hint appears when I have already written 5 letters of the class I want to import: enter image description here

If you use the Jedi plugin, then it has all the rules with import: enter image description here

The question is, can autocomplete be fixed in the Anaconda plugin to show all possible hints, like on the screen with Jedi?

    0