-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Is your feature request related to a problem? Please describe.
In RDi, we were able to see comments related to prototypes on the hover context
Prototype defined as so
Hover text for the procedure as so
VSCode drops any associated comments from around the prototype
Describe the solution you'd like
Is it possible to bring that behaviour to VS Code? I see there was some discussion on using ILEDocs with this behaviour, but we also have a bunch of legacy code that isn't ILEDoc compliant
Describe alternatives you've considered
Tried defining with ILEDoc standards to see if it was an undocumented feature, but no luck:
// @info do the thing
dcl-pr doTheThing;
thing char(10);
end-pr;```
**Additional context**
N/A