codefori/vscode-rpgle

Make Indent fixes available for QuickFix

Open

#203 opened on Feb 2, 2023

 (0 comments) (0 reactions) (0 assignees)TypeScript (35 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (57 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide