Click or drag to resize
Tvl.VisualStudio.Text.Commenter Namespace
The Tvl.VisualStudio.Text.Commenter.Interfaces namespaces define the interfaces and classes for Visual Studio extensions to use the common commenter features.
Classes
  ClassDescription
Public classBlockCommentFormat
This class defines the basic structure of a "block comment" in a language.
Public classCommentFormat
This is the base class for defining the format of a specific type of comment in a programming language.
Public classFormatCommenter
This class provides a default implementation of ICommenter that provides standard comment and uncomment handling for languages supporting one or more comment formats.
Public classLineCommentFormat
This class defines the basic structure of a "line comment" in a language.