.. _Add Parameter to Module:

Add Parameter to Module
=======================

An error is triggered when assigning a value to a non-existing module parameter.

.. figure:: ../../images/common/sv_quick_fix_add_parameter_list.png

Place the editor cursor on the error's line and press :kbd:`Ctrl+1`, select **Add parameter ...** from the list of quick fix proposals and press  :kbd:`Enter`.

.. figure:: ../../images/common/sv_quick_fix_add_parameter_after.png

.. tip::

	You may change the parameter type. Press  :kbd:`Enter` when done.

.. tip::

	If the module is instantiated multiple time across the project, the **Refactor Add Parameter Wizard** is opened. See :ref:`Add New Parameter to Module`.

