language-tools
language-tools copied to clipboard
The Svelte Language Server, and official extensions which use it
**Describe the bug** If you set SCSS as the default style language and not set it inside the component itself on `` tag, it would mess up the whole highlighting...
**Describe the bug** Suddenly, after working for a while, Svelte for VS Code stops working. It will still give me options for auto-importing files, but there is no path included...
### Description Regarding the shortcut to directly access store values , https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values A pattern I've noticed which has become a sore point over and over is refactoring or writing new...
just helping to pick up issues from https://github.com/sveltejs/language-tools/issues/83 go to definition - [ ] go to definition from class in template to css - [ ] go to definition from...
**Is your feature request related to a problem? Please describe.** I have a project that uses alternative tsconfig files for different environments (e.g. `tsconfig.dev.json` `tsconfig.prod.json`). The svelte-check `--tsconfig` flag doesn't...
**Describe the bug** A clear and concise description of what the bug is. When having a file named ``input.svelte`` and then typing ```` into any other component, vscode will not...
### Describe the bug When using an Emmet abbreviation in a pug template Emmet does not use pug syntax.   ### Reproduction 1. Create template with `lang="pug"` 2. Use...
### Describe the bug The file [svelte2tsx/svelte-jsx.d.ts#L348](https://github.com/sveltejs/language-tools/blob/967806d1510bbf50fab7e9defea1a4046b4ae9c6/packages/svelte2tsx/svelte-jsx.d.ts#L348) defines `EventHandler` as ```ts type EventHandler = (event: E & { currentTarget: EventTarget & T}) => any; ``` It therefore guarantees that `currentTarget`...
### Describe the bug See below ### Reproduction ```svelte import { assets } from '$app/paths'; const foo = `${assets}/foo`; import { browser } from '$app/env'; {#if browser} {/if} ``` After...
### Describe the bug I have Svelte for VSCode extension installed, `'Fira Code', monospace` set as the Font Family and `Bracket Pair Colorization` enabled in VSCode settings. When VSCode updated...