vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
One of the things I love most about emacs is the ability to search through multiple files for a particular string (not find across files)-- I just have the file...
https://github.com/whitphx/vscode-emacs-mcx/blob/34e4dba6a1477408b267475835d1ccacc5b34a7b/src/test/suite/commands/kill-yank/kill-ring-yank.test.ts#L523 This test case began to fail at some point (probably since a specific version of VSCode - #1240 was to find the version but still unsuccessful) https://github.com/whitphx/vscode-emacs-mcx/pull/1222 is intended...
It looks to me that commands created by this extension do not appear in the command palette. I think there needs to be a "commands" section added to the "contributes"...
Rel: #594
This is really a complaint I have with vscode, but I'm filing an issue here in case it's fixable in an extension (I don't know what's possible.) I very frequently...
The `EmacsCommand` base class should be simplified. * `afterExecute` callback can be omitted. What is currently done in that callback can be moved to `EmacsEmulator.runCommand`. * `execute()` should take only...