Hacker News new | ask | show | jobs
by yakovdk 2779 days ago
I kind of put vscode in the same category as notepad++. Actually, as a text editor, I think N++ has some nice features that vscode doesn't (like macros, I think).
1 comments

VSCode definitely has macros :) I don't think there's much that notepad++ has but VSC doesn't
Ah, I checked there seems to be an extension that lets you write macros in a JSON file: https://marketplace.visualstudio.com/items?itemName=geddski....

But there seems to have been no movement on this request for a functional macro feature: https://github.com/Microsoft/vscode/issues/4490