completionTriggerCharacters property

List<String>? completionTriggerCharacters
final

The set of characters that should trigger completion in a REPL. If not specified, the UI should assume the . character.

Implementation

final List<String>? completionTriggerCharacters;