Method IsCodeCompletionChar
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v9.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
ch
charGiven character.
style
byteSpecifies text style at cursor.
interval
intRepresents the delay, in milliseconds before displaying code completion window.
Returns
- bool
True if given character is code completion character; otherwise false.