My situation is Aptana eclipse plug-in installed and working properly.
If I from gi.repository import Gtk
the code completion I'm used to from import gtk
is gone. Any solutions or is it just a bug?
My interim solution is keeping an import gtk\ngtk.
in a clipboard manager and dropping it in when I need hints.