Method ProcessAutoComplete
ProcessAutoComplete(string, Point, out string)
When implemented by a class, checks whether end-of-block code needs inserting.
bool ProcessAutoComplete(string text, Point position, out string code)
Parameters
text
stringSpecifies source text.
position
PointSpecifies current position in text.
code
stringOutput parameter to return code fragment to be inserted.
Returns
- bool
True if autocompletion of end-of-block needed; otherwise false.