Provides syntax highlighting and rich intellisense for Svelte components in VS Code, utlising the svelte language server.
- Svelte
- Diagnostic messages for warnings and errors
- Support for svelte preprocessors that provide source maps
- HTML
- Hover info
- Autocompletions
- Emmet
- CSS / SCSS / LESS
- TypeScript / JavaScript
- Diagnostics messages for syntax and semantic errors
- Hover info
- Formatting (via prettier)
More features coming soon.
Path to the node executable you would like to use to run the language server. This is useful when you depend on native modules such as node-sass as without this they will run in the context of vscode, meaning v8 version mismatch is likely.