language-tools
language-tools copied to clipboard
The Svelte Language Server, and official extensions which use it
### 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 ###...
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...
### 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...
### 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...
### 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...
### 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...
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...