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 I was creating an "isomorphic component" (basically where you pass `as` and it render the correct html element) and i started experimenting with the typings to...

upstream

**Edit: I have hidden the old issue that was solved, but this thread contained two issues** Old issue ### Describe the bug Getting a typescript issue where `` is erroring...

you must have in your `.prettier.rc`: ```json "plugins": ["prettier-plugin-svelte"], // this is surprisingly not needed, still you need to npm i that, match the version of your prettier version "overrides":...

documentation

### Description There are Markdown preprocessor [MDsveX](https://github.com/pngwn/MDsveX) for svelte, which utilizes `svx` files. Please add support for this filetype. ### Proposed solution There is an VS Code extension https://github.com/sebsojeda/vscode-svx which...

feature request

This is the initial implementation of integrating Volar with svelte2tsx. We have revamped `svelte-language-server`, `svelte-check` (based-on `astro-check`), `svelte-vscode`, `typescript-svelte-plugin` using the Volar toolkit. The existing svelte-specific features in the repository...

Hello Svelte community 👋, Volar.js has just released [2.0](https://github.com/volarjs/volar.js/releases/tag/v2.0.0) and I have upgraded it to #2242. Fully migrating to Volar still requires efforts from the Svelte team, and I thought...

feature request
breaking change

### Describe the bug Svelte-check reports on nested `@container` rule inside of SCSS style sheet. It does **not** report in CSS context or if the `@container` is not nested. ###...

Fixed
upstream

### Describe the bug Not sure if this is expected behavior, but I found that inside the `` tag``, intelisense just not working when typing or hit ``Ctrl + Space``....

feature request
help wanted

### Describe the bug The new VSCode `Move to file` refactor throws an error in a Svelte project that has `*.svelte` component files. ### Reproduction 1. Create a new SvelteKit...

upstream

### Describe the bug I'm using [TypeScript's Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) and it's looks like Svelte extension didn't work with it. Extension output: ``` Initialize language server at file:///d%3A/dev/svelte-ts-projects Initialize new ts...

feature request