Method IsWordChar
IsWordChar(string)
Returns true if text is a character that would continue autocomplete
suggesting. Returns false if it is a 'breaking' character (i.e. terminating current word
boundary)
bool IsWordChar(string text)
Parameters
textstring