diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 2ad22c846945..38f0bc78ba6b 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -23,9 +23,13 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. +The Svelte team maintains a VS Code extension, and there are integrations with various other editors and tools as well. +For other editors, see the Editor Support collection: +https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 + +You can also check your code from the command line using [`sv check`](https://github.com/sveltejs/cli). +. -You can also check your code from the command line using [sv check](https://github.com/sveltejs/cli). ## Getting help