vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
keys in Quick fix menu
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
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.