Interface ITextMateRepository
Represents methods to perform code completion functionality for the TextMate based parser.
public interface ITextMateRepository
Methods
- CodeCompletion(CodeCompletionArgs, string, Point, IDictionary<string, string>)
When implemented by a class, performs code completion for the specified text representing language element.