VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
53 stars 17 forks source link

Incorrect formatting when a procedure is included in a process #96

Open Rob-McKay opened 2 months ago

Rob-McKay commented 2 months ago

When you perform formatting of VHDL code which contains a procedure (in a process), the formatting of the procedure is not what I expect and the indenting after end procedure should be indented by one more indent block.

See the example below:

image

Schottkyc137 commented 2 months ago

rust_hdl_vscode does not yet have a formatter. I think that your issue is from a different extension