codefori / vscode-rpgle

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

Display 'Subroutine' keyword in full-free #212

Closed sebCIL closed 1 year ago

sebCIL commented 1 year ago

Changes

Display 'Subroutine' keyword in full-free. image

image

Checklist

sebCIL commented 1 year ago

In fixed format, the keyword is added in parser.js : https://github.com/halcyon-tech/vscode-rpgle/blob/6a7914c5497660f8eeb25cfee7c3583d8bcef49c/server/src/language/parser.js#L946 So I do the same.

worksofliam commented 1 year ago

@sebCIL Good point! Thanks!