Package Window

The package window provides a high-level view of the contents of the project, sorted by package.   The package only displays compiled files.  Since library files are precompiled, these are always available, even before compiling the project.  Project specific files must be compiled at least through the type-checking phase in order to view them in the Package window.
Tasks available from this window:
  • View a complete list of packages
  • View the import hierarchy of a selected package
  • View the contents of a package
  • View basic information on types, interfaces, functions, and modules
  • Navigate to the Type Browser for a selected type
  • Open and edit source code
  • Search types and functions for a string or regular expression




Comments