
Collapse Macro
==============

You can easily collapse macro expansions in the current file.

Place the editor cursor on the start pragma of a macro expansion, press :kbd:`Ctrl+1`, select **Collapse macro** from the list of quick assist proposals and press :kbd:`Enter`.

.. figure:: ../../images/sv_quick_assist_collapse_macro_list.png
    :align: center

The macro expansion is immediately collapsed.

.. figure:: ../../images/sv_quick_assist_collapse_macro_after.png
    :align: center

