From f010b0e7472f5a56c56a4ce4c51b587744a0f80b Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Tue, 2 Dec 2025 15:05:31 +0530 Subject: [PATCH 1/2] docs: update Editor Support link in Getting Started page Updated editor tooling section for clarity and added link to the Editor Support collection. --- documentation/docs/01-introduction/02-getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 2ad22c846945..18e6dff29afe 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 From a4d6150a00d149dd14bdfadfb8447097ec339bbb Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Wed, 3 Dec 2025 10:47:20 +0530 Subject: [PATCH 2/2] Update documentation/docs/01-introduction/02-getting-started.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- documentation/docs/01-introduction/02-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 18e6dff29afe..38f0bc78ba6b 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -27,7 +27,7 @@ The Svelte team maintains a VS Code extension, and there are integrations with v 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). .