.. _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/vhdl_quick_fix_did_you_mean_list.png
	:align: center

Place the editor cursor on the error's line and press :kbd:`Ctrl+1`, select :guilabel:`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/vhdl_quick_fix_did_you_mean_after.png
	:align: center

.. 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.

