vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

comment of 1st process after "begin" not recognized for documentation

Open thklumpp opened this issue 4 years ago • 2 comments

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.

thklumpp avatar Jan 14 '22 14:01 thklumpp

Thanks for the report!

qarlosalberto avatar Jan 14 '22 14:01 qarlosalberto

I have the same problem. Thanks!

leajalil avatar Jan 27 '22 22:01 leajalil

Fixed on v5.0.0

qarlosalberto avatar Jun 26 '23 22:06 qarlosalberto