-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
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
VSCode extension? #648
Comments
@snebjorn The C# extension for VS Code already supports .editorconfig and CodeStyle analysis. Set |
Excellent. Forgive me. Another question. Is #590 about dotnet-format using roslyn to format so they're consistent? |
We already use Roslyn to format so that experience whether from the command-line with dotnet format, inside VS, or using VS Code with C# extension should be the same. That issue is about moving to Roslyn's editorconfig parsing support, which has additional features for configuring Analyzer severity, which we will need when we add Analyzer support. |
Most outstanding! |
I am struggling to make this work. Is anyone successfully making this work for them? |
@steveoh If you are having difficulty with the C# extension for VS Code, please open a ticket at https://github.com/OmniSharp/omnisharp-vscode/issues providing all the requested logs. |
I was unable to find a VSCode format extension that uses dotnet format.
https://marketplace.visualstudio.com/search?term=dotnet%20format&target=VSCode&category=All%20categories&sortBy=Relevance
Does anyone know if something is being worked on?
Is it something the team is planning on?
The text was updated successfully, but these errors were encountered: