vscode-folder-templates
vscode-folder-templates copied to clipboard
[FEATURE] Port to other code editors
This is an amazing tool that brings VSCode closer to a full-fledged IDE, but not everyone prefers VSCode.
Zed is a newer, fancier (in some ways) code editor that would benefit just as much from this as VSCode, and has it's own extensions system.
It would be relatively easy to implement more front-ends for this extension (for other code-editors) if the backend was separate, as is suggested in issue 76.
Hi @athyfr,
I've been working on separating the creation logic from the actual vscode extension for some time. I need more time to make sure everything works as intended and it will probably live under a new name but it will happen.