.. _Create File From Build Config Editor:

Create File From Build Config Editor
====================================

A build configuration error is triggered when a non-existing file is specified for compilation or included as an argument file (for example using -f).

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

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

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

.. note::

	A content assist pop up showing code templates is automatically triggered.

