.. _Fully Qualify Type:

Fully Qualify Type
==================

An error is triggered when accessing a type which is not visible in the current scope, for example a type defined inside some other package.

.. figure:: ../../images/common/vhdl_quick_fix_fully_qualify_list.png
	:align: center

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

.. figure:: ../../images/common/vhdl_quick_fix_fully_qualify_after.png
	:align: center



