Method GetDocCommentTemplateAtPosition
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetDocCommentTemplateAtPosition(Point)
When implemented by a class, gets the documentation comment template available at the caret position.
TextInsertion GetDocCommentTemplateAtPosition(Point position)
Parameters
position
PointThe position of the caret.
Returns
- TextInsertion
TextInsertion that contains documentation comment template.