.. _Create Imported File:

Create Imported File
====================

An error is triggered when importing a file which does not exist.

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

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




The file is created in the chosen location and opened in a new editor.

.. note::

	A content assist pop up showing templates is automatically triggered.

.. note::

	The list may contain several proposals, one for every import directory specified using the **SPECMAN_PATH** environment variable.

