Options to configure the behaviour of the {@link WorkspaceFolder workspace folder} pick UI.
Options to configure the behaviour of the {@link WorkspaceFolder workspace folder} pick UI.
(ignore-focus-out? workspace-folder-pick-options)
Set to true
to keep the picker open when focus moves to another part of the editor or to another window.
This setting is ignored on iPad and is always false.
Set to `true` to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.
(place-holder workspace-folder-pick-options)
An optional string to show as placeholder in the input box to guide the user what to pick on.
An optional string to show as placeholder in the input box to guide the user what to pick on.
(set-ignore-focus-out! workspace-folder-pick-options value)
Set to true
to keep the picker open when focus moves to another part of the editor or to another window.
This setting is ignored on iPad and is always false.
Set to `true` to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.
(set-place-holder! workspace-folder-pick-options value)
An optional string to show as placeholder in the input box to guide the user what to pick on.
An optional string to show as placeholder in the input box to guide the user what to pick on.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close