codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 18 forks source link

Externally defined data structures always show as qualified #299

Closed p-behr closed 5 months ago

p-behr commented 6 months ago

Not terribly important, but can be confusing... Externally defined data structures ("EXTNAME") are being shown as QUALIFIED, even if the keyword is not present: image

I believe it might be happening here: https://github.com/codefori/vscode-rpgle/blob/f9ac3c80ee766fb73f4624448e781d8cf9ad091c/language/parser.js#L279C9-L280C45