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 Ctrl+1, select Create file … in … from the list of quick fix proposals and press Enter.

../../_images/vhdl_quick_fix_create_file_from_build_config.png

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.