We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, omnisharp is not supporting "auto-fix" functionality to VSCode.
Implementing this functionality would lead to a very efficient way to produce clean code.
One possibility would be to add an action "omnisharp: fix document", have a setting in the vscode user json file like
"omnisharp.autofixactions": [ "RemoveUnusedUsings", "SimplifyNames", ... ]
The text was updated successfully, but these errors were encountered:
This will be possible once #1526 is merged. We'll then be able to add a fix endpoint that fixes everything according to .editorconfig settings.
.editorconfig
Sorry, something went wrong.
Perfect, thanks!
Currently working on this, may be few weeks before i push PR though.
fixed by #1581
No branches or pull requests
Currently, omnisharp is not supporting "auto-fix" functionality to VSCode.
Implementing this functionality would lead to a very efficient way to produce clean code.
One possibility would be to add an action "omnisharp: fix document", have a setting in the vscode user json file like
The text was updated successfully, but these errors were encountered: