
How to set the display priority when there are "Bookmarks" and "breakpoint" in the same location. I want "bookmark" to appear in the front.
How to set the display priority when there are "Bookmarks" and "breakpoint" in the same location. I want "bookmark" to appear in the front.
Hello,
The ordering is done in the taggers themselves. You can't really change our built-in taggers' orders externally though. It looks Microsoft flipped the z-order of the breakpoint/bookmark indicators in VS 2022. We will try and update our indicator rendering for the next build to do the same and will tweak the indicator appearance as well.
I want to achieve this effect. Is there a temporary plan?
The display effect of "bookmark" behind "breakpoint" is not very good.
Hello,
If you create your own BookmarkIndicatorTagger implementation in the meantime (using a different Key), you can set the Orderings in its constructor to be in front of TaggerKeys.Token and TaggerKeys.BreakpointIndicator. That is the only workaround until the next maintenance release, since our built-in tagger's Orderings are set in internal code.
Is this problem solved now?
Yes the update was in v22.1.2.
Please log in to a validated account to post comments.