Method IsCodeCompletionChar
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v10.dll
IsCodeCompletionChar(char, byte, ref int)
Returns boolean value indicating that given character initializes a code completion procedure when typing.
public override bool IsCodeCompletionChar(char ch, byte style, ref int interval)
Parameters
chcharGiven character.
stylebyteSpecifies text style at cursor.
intervalintRepresents the delay, in milliseconds before displaying code completion window.
Returns
- bool
True if given character is code completion character; otherwise false.