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** Svelte for VS Code extension v105.9.0 seems to have introduced a bug with JS/TS scripts which results in linting completely breaking. Errors and warnings are not being...

bug
upstream

I'd like svelte-check to provide an option to report unused exports **Describe the solution you'd like** Svelte check lists unused exports as warning, with a configuration to ignore such cases...

enhancement

The following doesn't work: ```typescript interface NestedObject { 1: { a: boolean; b: boolean; }; 2: { x: number; y: number; }; } const dummy: NestedObject = { 1: {...

bug

**Is your feature request related to a problem? Please describe.** When working on a lot of components, I can't remember every prop a component has defined. Thats why VS Code...

feature request

We should add the following logic to semantic tokenization and see if it improves performance: When a document is updated, check if was a added/deleted alphanumerical character and if the...

perf

Implement getChangeRange of the ScriptSnapshot interface so TS can incrementally parse the result of svelte2tsx. TODO: - ~Doesn't reliably work, gets into a broken state seemginly random after some time~...

So, I'll start this off with not being sure whether or not the language server is meant to do this or not (hence why I didn't use the bug nor...

enhancement

**Is your feature request related to a problem? Please describe.** The `Svelte: Show Compiled Code` feature is helpful for compiling JS code, but there seems to be no CSS equivalent....

enhancement

**Describe the bug** Code completion in JavaScript expressions in the markup doesn't work (as least as reliably) as it does in the script tag. **To Reproduce** I have a `client`...

bug
upstream
limitation

**Is your feature request related to a problem? Please describe.** When you want to emit declarations you may want to do that using a specific tsconfig file that is not...

enhancement