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

### Describe the bug When working in a monorepo setup and having a Svelte application in a subdirectory, some relative paths won't always match. In this case I'm using the...

### Describe the bug Inlay hints do not show up if 1) svelte file does not start immediately with script tag, or 2) instance script appears above module scripts ###...

bug

Hello, I'm not 100% sure is it the correct place to ask/report it, but it was the best that I could think of 😃 Sorry in advance if that's not...

**Describe the bug** I work on a project containing different types of files (mostly *.ts, *.sql, *.svelte, *.json, *.yml, *.md). I observe the following two issues: 1. Whenever I rename...

bug

### Describe the bug For DOM elements we can provide listeners as function and obj that implements handleEvent method. In standart typeScript types for DOM present "EventListenerOrEventListenerObject" type, representing listener...

bug

### Describe the bug Bubbling an event of a component whose event is a generic which is infered from a property, bubbling that event results in an unknown payload instead...

bug
limitation

### Describe the bug When using the let:row directive in a parent component (+page.svelte) with nested slots, a compile error occurs. The goal is to make the row variable accessible...

bug
wontfix

### Describe the bug using a `*/` in an HTML Comment breaks the modules exports, and the language server complains ### Reproduction insert this comment in the svelte file: ```html...

bug
wontfix
limitation

This adds auto-completion for all built-in transition and animate functions. Could be probably improved by auto-importing the functions on completion? Not sure if it's possible.

### Describe the bug Highlight `foo` in the snippet below, press F2 to rename and enter any string as new name. `foo` will not be renamed in `$$Generic`. ![Screenshot 2023-06-15...

bug