-
|
Hello everyone, I am currently playing a little with the OpenEdge ABL extension for the VS Code and I cannot get Json documentation shown by IntelliSense in VS Code, when typing or reviewing the code. The Json documentation is generated using PCT tools and I can see my custom comments in the generated Json file. However, when I hover over a method in VS Code only the method signature is shown - no custom comments. The methods I try to get information about are defined in the classes under src folder. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
You do not need to specify |
Beta Was this translation helpful? Give feedback.
-
|
You can clone this sample project and open it in VS Code. Class |
Beta Was this translation helpful? Give feedback.
You do not need to specify
documentationattribute forsourceentries, comments are extracted automatically (if you use the right format). Thedocumentationattribute can be used forpropathentries. Json file must be generated with JsonDocumentation task.