vscode-folder-templates icon indicating copy to clipboard operation
vscode-folder-templates copied to clipboard

[FEATURE] Port to other code editors

Open athyfr opened this issue 10 months ago • 1 comments

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.

athyfr avatar Feb 10 '25 18:02 athyfr

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.

Huuums avatar Feb 13 '25 17:02 Huuums