this post was submitted on 26 Feb 2025
4 points (100.0% liked)

Visual Studio

113 readers
3 users here now

A community for the visual studio IDE. https://visualstudio.microsoft.com/

founded 1 year ago
MODERATORS
 

Our 17.13 release of VisualStudio.Extensibility includes the following features:

  • Enhanced editor extensibility through tagger support
  • Expanded settings API to allow for observation of changed settings values

What are taggers/tags?

In Visual Studio, text decorators are one of the key differentiators that enhance this experience. These decorators, such as text colorization and CodeLens, offer contextual information to help developers understand and navigate their code more effectively. At the heart of these decorative features is the concept of taggers. Taggers are the mechanism to mark the text in the editor with hidden information, enabling the editor to adopt various text decorations later.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here