Menu

#274 Auto import packages

open
nobody
5
2006-02-05
2006-02-05
No

DrJava should auto-import packages to which open files
belong.

Discussion

  • Mathias Ricken

    Mathias Ricken - 2006-02-20

    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.

     
  • Dan Smith

    Dan Smith - 2006-04-03

    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)

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.