.. _Editor Right Click Menu:

Editor Right Click Menu
=======================


Folding
~~~~~~~

.. list-table::

  * - Collapse All Levels
    - Fold to statement level.
  * - Show Active Preprocessing
    -  
  * - Show First Level
    - Collapse all levels then expand one level.
  * - Expand All Levels
    - Unfold code.
  * - Toggle Current Line
    - Fold/unfold.
  * - Define Custom Region
    - Create a folding marker for the selected region.


Macros
~~~~~~

See :ref:`Macro Expansion`

Source
~~~~~~

.. list-table::

  * - Jump to Pair Bracket
    -  
  * - Format Source
    - See :ref:`Code Formatting`
  * - Switch to VHDL Comment Style
    -  
  * - Toggle Comment
    - Comment/uncomment selection or current line.


Show
~~~~

.. list-table::

   * - Declaration
     - See use :ref:`Hyperlinks` to Move Around in the Code
   * - Diagram
     - See :ref:`Diagrams`
   * - Layers
     - See :ref:`Layers View`
   * - Type Hierarchy
     - See :ref:`Type Hierarchy View`
   * - UVM Sequence Tree  
     - See :ref:`UVM Sequence Tree`
   * - Verification Hierarchy
     - See :ref:`Verification Hierarchy View`
   * - Quick Compile Order
     - See :ref:`Quick Compile Order View`
   * - Quick Layers
     - See :ref:`Quick Layers View`
   * - Quick Outline
     - See :ref:`Quick Outline View`
   * - Quick Macros
     - See :ref:`Quick Macros View`
   * - Quick Type Hierarchy
     - See :ref:`Quick Type Hierarchy View`
   * - Quick Types
     - See :ref:`Quick Types View`
   * - Constraints
     - See :ref:`Show Constraints`
   * - Usages
     - See :ref:`Show Usages, Readers or Writers`
   * - Importing File
     - Jumps to the location where the current file is imported.


References
~~~~~~~~~~

See :ref:`Show Usages, Readers or Writers`

Refactor
~~~~~~~~

See :ref:`Rename Refactoring`
