language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

The Svelte Language Server, and official extensions which use it

Results 329 language-tools issues
Sort by recently updated
recently updated
newest added

ref https://github.com/sveltejs/language-tools/issues/2397 I did a search on GitHub and can't find anyone using this. If no one complains about it that will free us up to swap `fast-glob` with a...

### Description Removing it would remove 18 dependencies: https://npmgraph.js.org/?q=fast-glob It would still be pulled in via chokidar in the short-term, but chokidar 4 will remove it. `svelte-check` pulling in `fast-glob`...

### Describe the bug Snippets are available anywhere in their scope. The language tools falsely surface errors if the order of definition and usage is reversed on the same level....

bug

### Description During the transition to Svelte 5, if the mode is not globally enforced, unintentionally being in one mode or the other could be undesirable. E.g. legacy mode leads...

feature request

### Description It would be nice if the inlined `enhance` callback could be auto typed to the `SubmitFunction` type from `./$types` in `+page.svelte` files. Since typescript in the template is...

### Describe the bug This dependency is unnecessary. If the user doesn't have it installed in their project, then they aren't using it and there's no reason for `svelte-check` to...

bug
Fixed

### Description I like to write out my HTML in a top-down direction. I start with a Parent component (say `BarGraph.svelte`) and then write out something like this: ```html ```...

### Description It’s too easy to forget that you need to make Sets and Maps reactive by importing them from svelte/reactivity. I’ve lost MANY hours debugging because an import was...

### Describe the bug When I use the `r` property (SVG circle radius) in CSS, `svelte-check` displays the following warning: `Warn: Unknown property: 'r' (scss)`. For reference: - [https://svgwg.org/svg2-draft/geometry.html#R](https://svgwg.org/svg2-draft/geometry.html#R). -...

upstream