New model InputBox and QuickPick #3826
chemzqm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
InputBox
Created by API
window.createInputBox()
andwindow.requestInput()
Features:
cursor
orcenter
.onDidChange
event for current input value.onDidFinish
event emit current input or null when cancelled.Screen.Recording.2022-05-18.at.03.34.36.mov
QuickPick
Used to pick single or multiple items with filter support.
Created by API
window.showQuickPick()
andwindow.createQuickPick()
Screen.Recording.2022-05-18.at.03.15.15.mov
Additional key-mappings:
Checkout
:h coc-dialog-quickpick
for details.Beta Was this translation helpful? Give feedback.
All reactions