vscode-which-key icon indicating copy to clipboard operation
vscode-which-key copied to clipboard

which-key like menu for Visual Studio Code

Results 25 vscode-which-key issues
Sort by recently updated
recently updated
newest added

first of all: i love your extension and appreciate your work. thank you 💖 i noticed that the command `whichkey.searchBindings` does not support fuzzy search. it would be great if...

enhancement

## Bug description With the config below (note the accidental mixture of `key` and `keys`), depending on the exact config (?), - either "Activating extension 'VSpaceCode.vspacecode' failed: Cannot read properties...

bug

# Add default binding for `git pull` operation ## Context See #66 ## Changes - Add default binding ` g u` for `Git Update` to command `git.pull`

## Problem No default command defined for `git.pull`. ## Solution Add default binding for `git.pull`. My proposal would be to use ` g u` for `git update` which would point...

enhancement

## Bug description When playing around with the `whichkey.delay` setting, I noticed that `SPC SPC` would not get registered, whereas going into a menu and executing a command in _there_...

bug

## Bug description Trying to create some bindings to recreate the use of forge to manage pull-requests. Reading the docs suggests triggerKey should do the job. If I bind it...

enhancement

## Problem I like how the normal VS Code command menu shows key bindings on the right side of the quick-pick menu. It's a useful way to learn keyboard shortcuts....

enhancement
upstream

## Problem I would like to use the `display: hidden` options for focusing windows (`space.1..9`), but the way I'm currently doing it is this: ```jsonc "vspacecode.bindingOverrides": [ { "keys": "1",...

enhancement

As an example, I have the following in my `keybindings.json` already: ``` { "command": "workbench.view.explorer", "key": "cmd+f t" }, { "command": "workbench.view.explorer", "key": "cmd+f t", "when": "sideBarVisible && !explorerViewletVisible" },...

help wanted
upstream

Hey I am trying to create the pin / unpin logic, like with the toggle project tree example in the docs, but I can't make it work. Do you have...

upstream