codefori/vscode-rpgle

Make Indent fixes available for QuickFix

Aberta

#203 aberto em 2 de fev. de 2023

 (0 comentário) (0 reação) (0 responsável)TypeScript (35 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (57 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador