Skip to content

Configuration

maxv.quartusPath

Path to your Intel Quartus Prime installation.

Typestring
DefaultC:\\altera_lite\\25.1std
ExampleC:\\intelFPGA\\25.1std

Set this in settings.json:

json
{
    "maxv.quartusPath": "C:\\intelFPGA\\25.1std"
}

vhdl.formatter.indentSize

Spaces per indent level used by the VHDL formatter (Shift+Alt+F).

Typenumber
Default4

vhdl.formatter.insertSpaces

Use spaces instead of tabs for indentation in the VHDL formatter.

Typeboolean
Defaulttrue
json
{
    "vhdl.formatter.indentSize": 2,
    "vhdl.formatter.insertSpaces": true
}