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

VHDL: some comments are not integrated to module documentation

Open lepommosaure opened this issue 4 years ago • 2 comments

Hi everyone,

First of all: Thank you for your dedicated work bringing the world this great extension!

I am running into the following issue when using "Module documentation preview" with VHDL files: some comments are ignored I am using Windows 10

Typically, the following comments will not show up in the module documentation at all:

  • The last signal declaration
  • The first process description in the architecture

Also, the processes in for-generate are not detected in the doc. preview

I am joining an example source file and a screenshot of the output

test_file.zip

image

lepommosaure avatar Mar 10 '21 08:03 lepommosaure

Thanks @lepommosaure we will fix it :)

qarlosalberto avatar Mar 11 '21 08:03 qarlosalberto

thank You

El jue, 11 mar 2021 a las 3:58, Carlos Alberto Ruiz Naranjo (< @.***>) escribió:

Thanks @lepommosaure https://github.com/lepommosaure we will fix it :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TerosTechnology/vscode-terosHDL/issues/83#issuecomment-796578796, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGUX6G4FQDK66UA4GFTWTTDCA2RANCNFSM4Y5QSKAA .

-- David Elias Flores Escalante TeleTracking SAC

davemaster avatar Mar 11 '21 16:03 davemaster

In addition to the fix I can state, that for example process descriptions are all included if the first line after the 'begin' keyword of an architecture is not a process definition but let's say a signal assignement. Obviously the parser needs one line not containing a known keyword to work correctly

holzi-x avatar Dec 22 '22 15:12 holzi-x

fixed on v5.0.0

qarlosalberto avatar Jun 26 '23 15:06 qarlosalberto