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

### Description There currently is no intuitive way to find references to a component from within the component. - One has to know about the special command `Svelte: Find Component...

feature request

### Describe the bug Trying to speed up our pre-commit hook and added `"incremental": true` flag to `tsconfig.json` compiler options. Running `pnpm tsc --noEmit` produces a `.tsbuildinfo` file while `pnpm...

feature request

**Is your feature request related to a problem? Please describe.** Since svelte can't (yet?) support typescript expressions in component template markup, it's impossible to provide typings/coercions/etc in template logic blocks....

feature request

### Description I couldn't find any issues on this but I am wondering if it is possible to add typescript coverage reporting to `svelte-check`. At the moment, we have tools...

### Describe the bug When using the vs code shortcuts to move the current line up or down, it VSCode tries to respect indentation. This does not take into account...

feature request

### Describe the bug When function gets autocompleted, it isn't add () instead of just plain function name in .svelte file. ### Reproduction let colorName = 'Blue' colorName.toLowerCase () isn't...

feature request

### Describe the bug TLDR; take a look at the reproduction. Slot props are treated as const unless the variable is exported. https://www.loom.com/share/1d8ff3fbd9fc476e8db086f5abcb948c - video ``` This comparison appears to...

bug

### Describe the problem I sometimes forget to type in a semicolon at the end of a css property before saving the file. Both errors in VSC and in the...

feature request

### Description Consistent formatting is not supported where single quotes are used universally, its possible to use them for JS / TS but not for HTML attributes, atleast without prettier...

### Describe the bug the svelte for vscode extension ignores style preferences like **tabs over spaces** or **no semicolon vs semicolon** (less severe because more obvious) ### Reproduction in any...

feature request