Method ReparseBlock
ReparseBlock(Point)
When implemented by a class, reparses syntax block at specified position.
bool ReparseBlock(Point position)
Parameters
positionPointSpecifies position to find syntax block.
Returns
- bool
True if succeed; otherwise false.
ReparseBlock(ref Point, string, out ISyntaxNode, CodeCompletionType)
Reparses syntax block at specified position.
bool ReparseBlock(ref Point position, string text, out ISyntaxNode node, CodeCompletionType completionType)
Parameters
positionPointSpecifies position to find syntax block.
textstringSpecifies source text.
nodeISyntaxNodeReturns node corresponding to the block being reparsed.
completionTypeCodeCompletionTypeSpecifies code completion reason.
Returns
- bool
True if succeed; otherwise false.