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

Support Paredit's whole functionalities

Open whitphx opened this issue 6 years ago • 5 comments

Now only forwardSexp and backwardSexp are covered by this extension, however, paredit.js provides more functionalities and those should be supported.

whitphx avatar Feb 14 '19 02:02 whitphx

does that include killSexp?

kshartman avatar Aug 01 '20 14:08 kshartman

An implementation of paredit-kill was added in https://github.com/whitphx/vscode-emacs-mcx/pull/1425. It is very usable, but there are a few bugs to fix still: see https://github.com/whitphx/vscode-emacs-mcx/issues/1914

dandavison avatar May 17 '24 12:05 dandavison

Referring to: https://github.com/ailisp/strict-paredit-vscode This contains lots of Paredit keybindings.

Why implement these into this extension?

bobslee avatar May 25 '24 10:05 bobslee

Thanks @bobslee, I wasn't aware of that project. Do you know how tied to lisp usage they are? For example, I use the paredit-kill implemented here in #1425 in basically all languages to kill to the end of the current expression (for some definition of "expression").

dandavison avatar May 26 '24 14:05 dandavison

@dandavison I just started using VS Code, so I don't know yet.

bobslee avatar May 26 '24 15:05 bobslee