I know there is HyperTyper, but that requires you to
either press a key, or let it "auto complete". This
is great, but the limitation is that any sequence must
be entered manually.
What about a feature that pops up a box with method
listings possible for that place, much like Forte
does. Any time you enter a ., it displays possible
classes in the hierarchy, or possible methods in the
class. As you add letters, the choices get more
refined.
Andy
Logged In: YES
user_id=563712
It is possible it will be done; such a drop-down window exist for
another thing(I think Complete word) and by using, maybe,
Ctags(there are ideas about this) or JBrowse(which manages
inherited things better) we could reuse it. Thanks!