Python Forum

Full Version: macro plugin for VSCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I miss having macro recording on editor.

I know emacs has a great macro editor, but even though at one time I was an emacs whiz,
I would have a long learning curve to be able to use it again.

VSCode doesn't come with them built in, as far as I can tell.
Does anyone know of a plugin for VSCode that is easy to learn, and effective?
If you can't find anything, it doesn't look too difficult to make your own plugin, where you can build macros: https://code.visualstudio.com/docs/exten...ello-world

You'd have to write it in javascript/typescript, though.
Might have to go that route, but knowing myself, if I started that, I just might write an entire brief (colne) (if you know this old editor) editor. That or learn emacs again.