Feature Requests item #638252, was opened at 2002-11-14 07:38
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638252&group_id=44253
Category: None
Group: None
Status: Open
Priority: 4
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Autocompletion
Initial Comment:
Story: User is starting to write a method invocation,
and types "foo.". He can then select a menu item or
press a keyboard short, and a list of all available
methods to invoke is displayed.
This will involve querying classes on the classpath and
discovering methods by reflection. It optionally
includes incremental parsing/compiling of documents
currently in progress-- this can be more useful, but
is often intrusive to the user (it imposes a frequent
performance hit while editing).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638252&group_id=44253
|