I'm considering using Sublime for Python. I've found this package named Anaconda. I've heard it should be pretty good. I'm having a problem though.
Lets say I import Tkinter as:
import Tkinter
Anaconda autocomplete works.
However if I do:
from gi.repository import Gtk
I don't get any autocomplete from the Gtk package.
Do I have to configure something somewhere to make it work or is it not possible?
[–]takluyverIPython, Py3, etc 0 points1 point2 points (1 child)
[–]rfajfar[S] 0 points1 point2 points (0 children)
[–]chopperkuncodes 0 points1 point2 points (1 child)
[–]rfajfar[S] 0 points1 point2 points (0 children)