codefori/vscode-rpgle

Make Indent fixes available for QuickFix

Offen

#203 geöffnet am 02.02.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (35 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (57 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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