vscode-terosHDL
vscode-terosHDL copied to clipboard
comment of 1st process after "begin" not recognized for documentation
In this case:
...
begin
--! comment of 1st process
stim_control : process
variable error_flag_v : std_logic;
begin
test_runner_setup(runner, runner_cfg);
If you put a signal assignment above the process, the comment will be recognized.
Thanks for the report!
I have the same problem. Thanks!
Fixed on v5.0.0