Method QuickInfo
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
QuickInfo(Point)
Gets the quick info available at the caret position.
public virtual IQuickInfo QuickInfo(Point position)
Parameters
position
PointThe position of the caret.
Returns
- IQuickInfo
QuickInfo related to the specified position.