codefori / vscode-rpgle

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

Make Indent fixes available for QuickFix #203

Open JonFP opened 1 year ago

JonFP commented 1 year ago

Currently, the linter reports indentation problems but no quick-fix option is available. This is annoying in cases where you are simply adding a new nesting level to a DS (for example). Currently, you have to use "Format Document" and that may make other changes that you don't want.