This version of SQL Navigator gives you a powerful new Stored Program Editor with these convenient features:
Smart code completion
Code Explorer dynamic parser for immediate syntax checking
Java source code handling
customizable syntax highlighting for both PL/SQL and Java
dynamic highlighting of matching pairs of brackets
dynamic highlighting of the closest encompassing block
one-key switching between implementation and specification of a packaged procedure
context-sensitive tooltip description for identifiers
dynamic highlighting of object names (hyperlinks) under the mouse pointer and single-click navigation to the object definition
Dot-lookup for record members
The Stored Program Editor—which you use to edit PL/SQL and other program code—includes a Code Explorer tool that helps make your work with packages, procedures, and functions more efficient and error-free.
The Code Explorer is based on an advanced parsing technique that understands PL/SQL syntax. It displays detailed information about a package’s components, such as variables and parameters, their types and structure.
Code Explorer combines information from the specification and body, highlights syntax, and distinguishes non-published procedures and functions with a different icon.