Context information passed to TerminalCompletionProvider.provideTerminalCompletions.
It contains the full command line, the current cursor position, and a flag indicating whether fallback completions are allowed when the exact completion type cannot be determined.
Whether completions should be provided when it is not clear to what type of completion is well known.
The complete terminal command line.
The index of the cursor in the command line.
Context information passed to TerminalCompletionProvider.provideTerminalCompletions.
It contains the full command line, the current cursor position, and a flag indicating whether fallback completions are allowed when the exact completion type cannot be determined.