Method ReparseBlock
ReparseBlock(ref Point, string, out ISyntaxNode, CodeCompletionType)
Reparses syntax block at specified position.
public override bool ReparseBlock(ref Point position, string text, out ISyntaxNode node, CodeCompletionType completionType)
Parameters
position
PointSpecifies position to find syntax block.
text
stringSpecifies source text.
node
ISyntaxNodeReturns node corresponding to the block being reparsed.
completionType
CodeCompletionTypeSpecifies code completion reason.
Returns
- bool
True if succeed; otherwise false.