Class TextMateRepository
public class TextMateRepository : CodeCompletionRepository, ICodeCompletionRepository, IDisposable, ITextMateRepository
- Inheritance
-
TextMateRepository
- Implements
Constructors
Properties
- AlphaImages
Represents collection of alpha images used for code completion.
- AlphaImagesHighDpi
Gets Alpha ImageList attached to this
CodeCompletionRepository
for high DPI.
- Images
Represents collection of images used for code completion.
- ImagesHighDpi
Represents collection of images used for code completion for high DPI.
Methods
- GetCodeSnippets(string)
Returns code snippets for the given language.
- IsStructureGuideNode(ISyntaxNode, out IRange)
Indicates whether specified
ISyntaxNode
is guide node.