vscode-emacs-mcx icon indicating copy to clipboard operation
vscode-emacs-mcx copied to clipboard

keys in Quick fix menu

Open neuromagus opened this issue 4 years ago • 1 comments

C-P and C-N not work in "Quick Fix" menu. Work only arrow keys. VSCode ver 1.53. Debian testing. " Awesome Emacs Keymap" 0.26.0

For test this issue, i remove ~/.config/Code/User/keybindings.js

neuromagus avatar Feb 13 '21 12:02 neuromagus

This is because the QuickFix menu uses an OS native popup and cannot be controlled from extension. This problem is still discussed and the issue is open in the VSCode repo: https://github.com/microsoft/vscode/issues/55111

In the VSCodeVim repo, the same issue has been discussed and a workaround has been introduced: https://marketplace.visualstudio.com/items?itemName=pascalsenn.keyboard-quickfix You can install this extension and assign ctrl+. to keyboard-quickfix.openQuickFix command, then the QuickFix will be opened on the QuickOpen menu and can be navigated with keys.

For macOS users, the native pop up supports Ctrl-p/n controls and this workaround is not necessary.

whitphx avatar Apr 09 '21 16:04 whitphx