SEARCH:

Code Explorer


Code Explorer displays an overview of the source code currently being edited in Code Editor and/or Visual Designer. It uses a treeview to show the composition of all the major elements in the source code file.  Each tree item represents some element of code in the file. Different types of code element are represented by different icons in the tree. 

Code ExplorerUse the Code Explorer to:

  • Review the contents and composition of your source files.
  • Navigate around your source file.
  • Select elements of you source file for modeling and editing.
  • Manipulate the order of object declaration in your source files.

Features of Code Explorer...

  • Displays an outline view (tree view) of source code
  • Shows classes, objects, methods, properties, use statements, constants, and more
  • Configurable
  • Maintains synchronization with the Code Editor, Visual Designer, Property Panel and all other Studio views
  • Used to navigate up and down objects within source code