This is a helper package that automatically installs and updates the Svelte Language Server for you.
- 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.
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).
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.