.. _Did You Mean:

Did You Mean
============

Typos represent a common source of compilation errors. DVT provides a quick way to fix them.

.. figure:: ../../images/common/sv_quick_fix_did_you_mean_list.png

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

The undeclared identifier is replaced by a proposal of your choice.

.. figure:: ../../images/common/sv_quick_fix_did_you_mean_after.png

.. note::

	The list may contain up to 3 relevant proposals.

.. note::

	The quick fix is only available for unknown identifiers at least 3 characters long.
