This package provides the following services:
This package consumes the following services:
Svelte for Atom
Fork of ide-svelte that includes an up-to-date language server:
Provides syntax highlighting and rich intellisense for Svelte components in Atom, utilising the svelte language server.
Why does this exist?
The parent of this plugin, svelte-atom hasn't seen an update in two years and is missing critical features like Svelte 3 support. Thus, ide-svelte-2. If there's interest, CI for keeping the language server version up to date automatically may be added. Until then:
The current svelte language server version is 0.11.0
Features
- Svelte
- Diagnostic messages for warnings and errors
- Support for svelte preprocessors that provide source maps
- HTML
- Hover info
- Autocompletions
- Emmet
- Formatting
- Symbols in Outline panel
- CSS / SCSS / LESS
- TypeScript / JavaScript
- Diagnostics messages for syntax and semantic errors
- Hover info
- Formatting (via prettier)
- Symbols in Outline panel
More features coming soon.