language-tools
language-tools copied to clipboard
The Svelte Language Server, and official extensions which use it
**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...
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...
The following doesn't work: ```typescript interface NestedObject { 1: { a: boolean; b: boolean; }; 2: { x: number; y: number; }; } const dummy: NestedObject = { 1: {...
**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...
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...
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...
**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....
**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`...
**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...