** 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.
- Svelte Extension.
- Typescript.
- Relateively updated VSCode.
- Tested on WSL2 (For Now).
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 toblah
to do something.
- No Refresh On File Change (Yet, Figuring it out)
- Create files command still WIP.
Users appreciate release notes as you update your extension.
If you have any issues, flag it on the github or contact me on Twitter @Bewinxed
https://github.com/Bewinxed/svelte-matey
Enjoy!