** THIS IS STILL ALPHA **
Welcome to "svelte-matey", a VS Code extension that provides a tree view of your Svelte routes, making it easier to navigate and manage your Svelte applications.
I Recommend you add this to your settings.json to make labels easier to read!
{
"workbench.editor.labelFormat": "short"
}
Tree view of Svelte routes in the Explorer pane. Open all files in a route with a single click. Icons indicating Svelte routes.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set to blah
to do something.Users appreciate release notes as you update your extension.
Initial release of "svelte-matey". Tree view of Svelte routes. Open all files in a route feature.
If you have any issues, flag it on the github or contact me on Twitter @Bewinxed
https://github.com/Bewinxed/svelte-matey
Enjoy!