-
Notifications
You must be signed in to change notification settings - Fork 2
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
Splitting Steroids #21
Comments
Hey Evan, thanks for your feedback.
Just to have some more info: If you'd like to disable the diagnostic infos completely, would you also like it to remove the document health glow of the rectangle in the bottom right? |
Sounds great Erik; while Microsoft did just add in their own diagnostic pane, I would rather have the codes show up directly in the editor so I can learn what the different types of notifications might be related to (CSE, IDE, etc.). I think it would be an awesome addition if you could get the diagnostic codes to show up intermixed, rendered above, or in place of line numbers on the left-hand side - would be a nice, clean display. In regards to the glow around the source window, I do find it a bit unnecessary with the diagnostic pane at the bottom of the file now but I do love the counter to show file-member count! In any event, cheers to having an extension(s) that survived a new version of the IDE and I wish you the best in developing the rest of it. I myself am not an extension engineer (not really much of an engineer at all yet - to be honest) but I really enjoy contributing/interfacing to the people that make them. |
Would love these settings also. Thanks for this extension :) |
Hello @eberthold how it looks for VS 2022 it's in plan? I would like to use only "Code Structure" without need of the counts at the bottom. |
There are no plans to make any further changes to this extensions, because this extension got obsolete due to native Visual Studio features. The "Code Structure" feature was implemented with the "Document Outline" for .NET in VS 17.4 And "Inline Diagnostics" was introduced in VS 17.1 Both features have a better performance in large solutions supposedly because they are developed much closer to the roslyn language server than extension developers can even get. |
Hey eberthold,
Is there any way you'd be able to split this extension into two separate functionalities? I'd really like to have your "show structure" without all of the diagnostic information. I may like seeing the additional information next to errors, warnings, and such if I could tweak options for them as well...would be willing to donate to see additional features.
Thanks!
The text was updated successfully, but these errors were encountered: