So grateful for structural editing
Take a look at https://github.com/drym-org/symex.el. Have fun :)
For vscode Cursorless is neat. https://www.cursorless.org/docs/ Its not clojure specific (but works out of the box, and can have more syntactic scopes implemented for clj). Its main thing is that it allows structural selection and editing by voice. (there are beta keyboard bindings). Can complement Paredit and such (since it doesnt necessarily compete for key bindings)
haha so true
Is there any good instruction on how to navigate masterfully using this technique? Or just personal research? I never understood how to move in the minimum number of movements.
@prostozapomnit emacs rocks! for paredit: https://emacsrocks.com/e14.html also ace-jump-mode https://emacsrocks.com/e10.html aaaaand expand-region https://emacsrocks.com/e09.html
I use parinfer, it's a breeze imo
Lispy for me, I love it for clojure and elisp
This is my bible. https://oremacs.com/lispy/
On the other hand its a curse. It makes other languages difficult to use. However, I agree to be cursed :)