Skip to content
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

VS checkbox for controlling the "Remove parens" diag+fix #16211

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

T-Gro
Copy link
Member

@T-Gro T-Gro commented Nov 1, 2023

At the moment, the RemoveParens diagnostic is hardcoded into the call for getting syntax diagnostics.
That happens with every keystroke and powers many basic features.

Like with other analyzers, this PR adds the checkbox to control it, with the default value of "false".
Once this analyzer has its own call from Roslyn, default can be changed to "true".

image

@T-Gro T-Gro requested a review from a team as a code owner November 1, 2023 12:15
@T-Gro T-Gro enabled auto-merge (squash) November 1, 2023 13:36
@T-Gro T-Gro merged commit f47a471 into dotnet:main Nov 1, 2023
24 checks passed
brianrourkeboll added a commit to brianrourkeboll/roslyn that referenced this pull request Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants