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

roslyn language services - Argument Validation Classifier and Method Overload Classifier #287

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

medoni
Copy link

@medoni medoni commented Mar 18, 2020

this PR adds roslyn based classifier
actually this contains classifier to reduce opacity for

  • argument validation if (xxx == null) throw new ArgumentNullException
  • method overload

Output:
Bildschirmfoto 2020-03-18 um 21 05 58

Globalsettings:
Bildschirmfoto 2020-03-18 um 21 11 22

Sharp Settings:
Bildschirmfoto 2020-03-18 um 21 12 32

VB-Settings:
Bildschirmfoto 2020-03-18 um 21 13 07

Missing

  • Opacity should be themable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant