vscode-apex-pmd icon indicating copy to clipboard operation
vscode-apex-pmd copied to clipboard

offer QuickFix

Open ChuckJonas opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Ability to quickfix simple issues

Describe the solution you'd like Implement QuickFix for rules which have obviously solutions.

Example ClassNamingConventions would be fairly trivial to implement.

Additional context Should probably start by setting up the foundation to offer quick-fixes, part of which would load the symbol table for the class & perhaps the line in question. Then implement the easiest one and then create issues for each rule that is reasonable.

ChuckJonas avatar Jun 07 '19 22:06 ChuckJonas