Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin
theia.proposed.terminalCompletionProvider
TerminalCompletionContext
Interface TerminalCompletionContext
interface
TerminalCompletionContext
{
commandLine
:
string
;
cursorPosition
:
number
;
}
Index
Properties
command
Line
cursor
Position
Properties
command
Line
commandLine
:
string
The complete terminal command line.
cursor
Position
cursorPosition
:
number
The index of the cursor in the command line.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
Line
cursor
Position
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The complete terminal command line.