You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Expected behaviour
The extension should provide individual "Quick fix" option for each linting error like is provided by the Ruby LSP extension Example:
The text was updated successfully, but these errors were encountered:
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
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:Expected behaviour
The extension should provide individual "Quick fix" option for each linting error like is provided by the Ruby LSP extension Example:
The text was updated successfully, but these errors were encountered: