VSpaceCode / vscode-which-key

which-key like menu for Visual Studio Code
https://vspacecode.github.io/docs/whichkey
MIT License
166 stars 18 forks source link

Configure context menu delay? #89

Closed JoshTRN closed 4 months ago

JoshTRN commented 5 months ago

I did some brief googling and I don't think this is configurable as of right now, but what I'd like is for the which key context menu to have a brief delay before opening just like the default spacemacs configuration for example. I checked the documentation for vscode-which-key and didn't find any configuration settings in this regard. I also checked the vscode documentation and didn't find any configurability there either. Maybe it's not possible just yet, but it would be nice to not have this thing flashing every time I enter a key chord.

MarcoIeni commented 5 months ago

https://vspacecode.github.io/docs/whichkey/extra#display-menu-with-a-delay ?

stevenguh commented 4 months ago

Closing this as the delay settings seems to have addressed this. Thanks Marco for answering.