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

IdeaVim extension that displays available keybindings in a popup

Results 16 idea-which-key issues
Sort by recently updated
recently updated
newest added

Hello! Since GoLand 2022.2 (and probably other IDEs) there's been an annoying exception in IdeaVIM ([YouTrack VIM-2693](https://youtrack.jetbrains.com/issue/VIM-2693/IdeaVim-constantly-throwing-exceptions-javalangThrowable-DataContext-shall-not-be-created-and-queried-inside-another-getData)). This issue was fixed in IdeaVim 1.11.0-eap.1. However, using that version of IdeaVim,...

Not sure if this is a question more for Intellimacs, but the idea will be the same - the dream is that I would be able to hit `Space`, no...

I don't know how hard it is to re hook which-key into ideavim but right now if I disable ideavim and enable back which-key stops working. This might be a...

Hi. Loving the idea-which-key plugin so far, great work! I noticed today that I was unable to use surround commands (ysiw and ys2w specifically). I commented out "set which-key" in...

bug

The below error message appears Randomly when using whichkey plugin. **Intellij IDEA Build And Info:** IntelliJ IDEA 2023.1.2 (Ultimate Edition) Build #IU-231.9011.34, built on May 16, 2023 Runtime version: 17.0.6+10-b829.9...

needs:repro

**To reproduce** 1. Put in `.ideavim` ```vim let g:WhichKeyDesc_file_tree_focus = "f file tree" nmap f :NERDTreeFocus ``` 2. Press `\` 3. Observe that the `g:WhichKeyDesc` description is not shown. Expected:...

The emacs/vim which key plugins both take up the full width of the screen and are docked in the editor whereas idea-which-key seems to always have right margin and is...

In neovim with which key, when I hit `"`, the which key window comes up and shows me all of the buffers I could choose and what their current values...

enhancement

I've got the follow exception when using this plugin: ``` Unhandled exception in [StandaloneCoroutine{Cancelling}@3177b6ef, Dispatchers.Default] java.lang.ArrayIndexOutOfBoundsException: No such child: 3 at java.desktop/java.awt.Container.getComponent(Container.java:354) at java.desktop/javax.swing.JLayeredPane.insertIndexForLayer(JLayeredPane.java:663) at java.desktop/javax.swing.JLayeredPane.insertIndexForLayer(JLayeredPane.java:638) at java.desktop/javax.swing.JLayeredPane.addImpl(JLayeredPane.java:232) at java.desktop/java.awt.Container.add(Container.java:440)...

needs:repro