-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature: When comments are collapsed show comment Icon #15
Comments
Is it not possible to use both extensions? |
I have observed VS slowness when installed that extension. Also found same comments about that extension. Looks like it is not actively maintained. |
What's the goal here? Is it that even when collapsed the comments can be distracting and so you'd like them hidden? |
Yes. With some sort of indicator indicating there are hidden comments. |
Sounds like a great option to have |
What may look like a very simple feature has lots of nuance and hidden complexity.
I don't expect to get to this any time soon but will consider PRs. |
May be instead to show an icon, allow to change also the style of collapsed comment. I hate the box around a colapsed comment. And font became the default one. |
Hi, The extension OP mentioned is obsolete, and it's not available for VS2022. I just found an old PR I created for the Mad's Tweakster extension. You can see the related issue and PR here. Sounds good enough? |
The issue preventing this is that I am unable to find a way to modify what is displayed in the collapsed form. This is provided by other tooling and there doesn't appear to be an API that supports modifying this. The other extension mentioned in the OP seems to work by identifying comments and then taking responsibility for their display , and that allows it to control whether a large or small visual is displayed. This could be recreated but I don't know how well this would work with the latest version of VS. The original extension targeted a version of VS with different APIs and I don't know how it now handles multiple extensions that are trying to manipulate the same comments. @fiseni your PR works based on changing the output of the 'Tagger` in this instance the Tagger is in someone else's (roslyn's?) code and so not something I can directly reuse here. |
Yeah, I understand what you're saying. I also gave it a try in this new PR. The built-in tagger somehow takes precedence (or ignores it). I couldn't find any solution either. |
Installed product versions
Description
When comments are collapsed show comment Icon like in this extension.
Expected behavior
When comments are collapsed show comment Icon.
The text was updated successfully, but these errors were encountered: