VS Code extension that provides a quick and easy way to navigate to the script and style tags in your Svelte files.
- Focus on script tag:
Ctrl+Shift+S
(Windows/Linux) orCmd+Shift+S
(Mac)- or Click
CMD+Shift+P
and typeFocus on Script (Svelte)
- or Click
- Focus on style tag:
Ctrl+Shift+H
(Windows/Linux) orCmd+Shift+H
(Mac)- or Click
CMD+Shift+P
and typeFocus on Style (Svelte)
- or Click
- Focus on style tag:
Ctrl+Shift+T
(Windows/Linux) orCmd+Shift+T
(Mac)- or Click
CMD+Shift+P
and typeFocus on Style (Svelte)
- or Click
This extension requires the Svelte language support extension to be installed in VS Code.
This extension does not currently have any configurable settings.
There are currently no known issues with this extension.
Initial release of Svelte Tag Focuser.
Issues and PRs are always welcome.
This extension is licensed under the MIT License.