antfu / vscode-file-nesting-config

Config of File Nesting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider downloading config from other's repo to make it more shareable?

linhe0x0 opened this issue · comments

Thank you for the extension, it's really useful. But as you say, the snippet is opinionated. If the variable URL can be configured in VS Code configurations, users can then update from any favorite repo. I think it will be more shareable. 😀

PR welcome

So we may need to move the content to a real json file, and after that we could link with a configurable URL to any gist 👀
That could really be useful, could it?

We could even create some presets 🤔

Actually, the ideal method in my mind is we move the generation logic directly to the extension, and provide a more human-friendly API to configure those entries so ppl could customize the generation as they want.

That could use quite some effort, considering the current solution works well, and VS Code might improve the config interface in the future, I personally do not have enough motivation to push it right now. So PR welcome again (or take this idea and create a new project).