standardrb / vscode-standard-ruby

The official VS Code extension for the Standard Ruby linter and code formatter
Other
101 stars 7 forks source link

Add individual "Quick fixes" for each linting error #15

Open Haltarys opened 10 months ago

Haltarys commented 10 months ago

This is a feature request

Current behaviour

This extension adds a command Standard Ruby: Format with Automatic Fixes that fixes all fixable linting errors in the current file. It does not add invididual "Quick fix" action for each linting error. See: Current behaviour

Expected behaviour

The extension should provide individual "Quick fix" option for each linting error like is provided by the Ruby LSP extension Example: Expected behaviour

searls commented 10 months ago

I think this is a great idea. Since I only ever use Standard in an all-or-nothing mode, it hadn't occurred to me. Would love help investigating a patch to support this