Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
TextEditorConfigurationUpdate
Interface TextEditorConfigurationUpdate
interface
TextEditorConfigurationUpdate
{
cursorStyle
?:
TextEditorCursorStyle
;
indentSize
?:
number
|
"tabSize"
;
insertSpaces
?:
boolean
|
"auto"
;
lineNumbers
?:
TextEditorLineNumbersStyle
;
tabSize
?:
number
|
"auto"
;
}
Index
Properties
cursor
Style?
indent
Size?
insert
Spaces?
line
Numbers?
tab
Size?
Properties
Optional
cursor
Style
cursorStyle
?:
TextEditorCursorStyle
Optional
indent
Size
indentSize
?:
number
|
"tabSize"
Optional
insert
Spaces
insertSpaces
?:
boolean
|
"auto"
Optional
line
Numbers
lineNumbers
?:
TextEditorLineNumbersStyle
Optional
tab
Size
tabSize
?:
number
|
"auto"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
Style
indent
Size
insert
Spaces
line
Numbers
tab
Size
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...