LSP-svelte
Convenience plugin for Svelte Language Tools
By
sublimelsp
Created
Installations minus removals
Upgrades
- 4,335 installs
- 18 stars
Links
Versions
3.2.4
(>ST4000)
·
3.0.2
(ST3154 - 3999)
·
LSP-svelte
This is a helper package that automatically installs and updates the Svelte Language Server for you.
Installation
- Install LSP, Svelte and
LSP-sveltefrom Package Control. - (Optional but recommended) Install the LSP-file-watcher-rust via Package Control to enable functionality to notify the server about new files.
- Restart Sublime.
Configuration
Open configuration file using command palette with Preferences: LSP-svelte Settings command or opening it from the Sublime menu (Preferences > Package Settings > LSP > Servers > LSP-svelte).
Svelte support in JS/TS files
The typescript-svelte-plugin provides additional Svelte-related functionality in JS/TS files. To enable it, install it in your project and configure following its documentation.