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 opening a "virtual file" (i.e., files that do not exist on disk) in neovim, the LSP crashes with the following error: ``` /usr/lib/node_modules/svelte-language-server/dist/src/plugins/typescript/LSAndTSDocResolver.js:201 throw new...

feature request
contributions welcome

I have this Svelte 5 code: ```svelte type BaseProps = { required?: boolean; }; type SingleDateProps = BaseProps & { range?: false; dates?: Date | null; onchange?: (e: Date |...

bug
upstream

### Description In an error message such as this one: Diagnostics: Object literal may only specify known properties, and '"text"' does not exist in type 'Properties Promise) | undefined; ......

### Describe the bug My Svelte 5 project is located in a subfolder of the main project. When I try to use @render or #snippet, I get an error message...

### Description JSX support has been recently implemented in the [Go implementation of TypeScript](https://github.com/microsoft/typescript-go). The new Go implementation is a lot faster (10 times faster in some projects), and uses...

### Describe the problem how can you highlight this code ? ### Describe the proposed solution what setting to turn on ? ### Importance nice to have

feature request

### Describe the bug im going to reopen this issue created before that got closed however i demand it fixed where IDE-only errors would appear when using a workspace with...

question
limitation

### Describe the bug Using a legacy component with slots via snippets, the available snippets may not be resolved correctly and arguments passed to the snippets end up as `any`....

bug

### Description The main SvelteJS repo releases fixes, features, and docs updates multiple times daily, which is fantastic for developer velocity and ecosystem growth. However, the language-tools packages often lags...

### Describe the bug Updating myImport.ts to myImport.svelte.ts, should update all imports of myImport.ts in other files (either by prompting or automatically depending on your VS Code settings). ### Reproduction...

bug