Skip to content

Hover context from comment lines #465

@tomsharpjhc

Description

@tomsharpjhc

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

Image

Hover text for the procedure as so

Image

VSCode drops any associated comments from around the prototype

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions