This probably belongs to the major package of improvements
("go to definition", etc.) we can make once we have
lightweight parsing and more symbol information about the
program being developed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1075744
This probably belongs to the major package of improvements
("go to definition", etc.) we can make once we have
lightweight parsing and more symbol information about the
program being developed.
Logged In: YES
user_id=1060117
There are a few things we *can* do without heavyweight definition processing:
- Automatically import the package corresponding to each file currently open
(with the * wildcard) (perhaps at the user's option)
- Automatically import a custom list, as specificed by the user (for example, I
would put java.util.* and java.io.* on my list)