Method GetCompletionsAtPosition
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetCompletionsAtPosition(string, Point)
Gets list of code completion entries at specified position.
public IEnumerable<CompletionEntry> GetCompletionsAtPosition(string fileName, Point position)
Parameters
fileName
stringFile name containing source code.
position
PointSpecifies current position in the text.
Returns
- IEnumerable<CompletionEntry>
The set of code completion entries at the given position.