Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
monaco
MonacoQuickInputService
Class MonacoQuickInputService
Hierarchy
MonacoQuickInputService
Implements
QuickInputService
Index
Constructors
constructor
Properties
keybinding
Registry
monaco
Service
Accessors
back
Button
on
Hide
on
Show
Methods
convert
Items
create
Input
Box
create
Quick
Pick
hide
input
open
pick
show
Quick
Pick
wrap
Quick
Pick
Constructors
constructor
new
Monaco
Quick
Input
Service
(
)
:
MonacoQuickInputService
Returns
MonacoQuickInputService
Properties
Protected
Readonly
keybinding
Registry
keybinding
Registry
:
KeybindingRegistry
Private
monaco
Service
monaco
Service
:
MonacoQuickInputImplementation
Accessors
back
Button
get
backButton
(
)
:
QuickInputButton
Returns
QuickInputButton
on
Hide
get
onHide
(
)
:
Event
<
void
>
Returns
Event
<
void
>
on
Show
get
onShow
(
)
:
Event
<
void
>
Returns
Event
<
void
>
Methods
Protected
convert
Items
convert
Items
<
T
>
(
item
:
T
)
:
MonacoQuickPickItem
<
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
item:
T
Returns
MonacoQuickPickItem
<
T
>
create
Input
Box
create
Input
Box
(
)
:
InputBox
Returns
InputBox
create
Quick
Pick
create
Quick
Pick
<
T
>
(
)
:
QuickPick
<
T
>
Type Parameters
T
extends
QuickPickItem
Returns
QuickPick
<
T
>
hide
hide
(
)
:
void
Returns
void
input
input
(
options
?:
InputOptions
, token
?:
CancellationToken
)
:
Promise
<
undefined
|
string
>
Parameters
Optional
options:
InputOptions
Optional
token:
CancellationToken
Returns
Promise
<
undefined
|
string
>
open
open
(
filter
:
string
)
:
void
Parameters
filter:
string
Returns
void
pick
pick
<
T
,
O
>
(
picks
:
QuickPickInput
<
T
>
[]
|
Promise
<
QuickPickInput
<
T
>
[]
>
, options
?:
O
, token
?:
CancellationToken
)
:
Promise
<
undefined
|
(
O
extends
{
canPickMany
:
true
}
?
T
[]
:
T
)
>
Type Parameters
T
extends
QuickPickItem
O
extends
PickOptions
<
T
,
O
>
=
PickOptions
<
T
>
Parameters
picks:
QuickPickInput
<
T
>
[]
|
Promise
<
QuickPickInput
<
T
>
[]
>
Optional
options:
O
Optional
token:
CancellationToken
Returns
Promise
<
undefined
|
(
O
extends
{
canPickMany
:
true
}
?
T
[]
:
T
)
>
show
Quick
Pick
show
Quick
Pick
<
T
>
(
items
:
(
T
|
QuickPickSeparator
)
[]
, options
?:
QuickPickOptions
<
T
>
)
:
Promise
<
undefined
|
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
items:
(
T
|
QuickPickSeparator
)
[]
Optional
options:
QuickPickOptions
<
T
>
Returns
Promise
<
undefined
|
T
>
wrap
Quick
Pick
wrap
Quick
Pick
<
T
>
(
wrapped
:
IQuickPick
<
MonacoQuickPickItem
<
T
>
>
)
:
QuickPick
<
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
wrapped:
IQuickPick
<
MonacoQuickPickItem
<
T
>
>
Returns
QuickPick
<
T
>
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
Json
Serialized
Snippet
Monaco
Commands
Monaco
Diff
Editor
Monaco
Editor
Monaco
Editor
Model
Monaco
Editor
Zone
Widget
Monaco
Menus
Monaco
Outline
Contribution
Monaco
Outline
Symbol
Information
Node
Monaco
Range
Replace
Monaco
Theme
Registry
Monaco
Theme
State
Resource
File
Edit
Resource
Text
Edit
Workspace
File
Edit
Workspace
Text
Edit
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Monaco
Quick
Input
Service
constructor
keybinding
Registry
monaco
Service
back
Button
on
Hide
on
Show
convert
Items
create
Input
Box
create
Quick
Pick
hide
input
open
pick
show
Quick
Pick
wrap
Quick
Pick