Method GetCompletionsAtPosition
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetCompletionsAtPosition(Point)
Gets the completions available at the caret position.
public virtual IEnumerable<CompletionEntry> GetCompletionsAtPosition(Point position)
Parameters
position
PointThe position of the caret.
Returns
- IEnumerable<CompletionEntry>
List of CompletionEntry related to the specified position.