IVsLanguageTextOps Members
Include Protected Members
Include Inherited Members
Provides additional IntelliSense features for the language service.
The IVsLanguageTextOps type exposes the following members.
Methods
Name | Description | |
---|---|---|
Format | Formats the selected text. | |
GetDataTip | Displays a tip over a span of text when the mouse hovers over this location. | |
GetPairExtent | Determines the location of a matching brace, parenthesis, quotation mark, bracket, or any other item the language service wants to match. | |
GetWordExtent | Returns the extent of a word or token on or near the point. |
Top