From 1c9ad85e89f7433f6f524e1c2fbaf8c2c4751df8 Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Sun, 30 Nov 2025 10:11:16 +0530 Subject: [PATCH 1/2] docs: update editor setup section --- documentation/docs/10-getting-started/20-creating-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/10-getting-started/20-creating-a-project.md b/documentation/docs/10-getting-started/20-creating-a-project.md index c5d7c3a305e9..7de1c309eb53 100644 --- a/documentation/docs/10-getting-started/20-creating-a-project.md +++ b/documentation/docs/10-getting-started/20-creating-a-project.md @@ -21,4 +21,4 @@ Try editing the files to get a feel for how everything works. ## Editor setup -We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), but [support also exists for numerous other editors](https://sveltesociety.dev/resources#editor-support). +We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). From ccd95da5db517e7158dc4f4dc1ebec2a3d0b4946 Mon Sep 17 00:00:00 2001 From: dev-singh12 Date: Sun, 30 Nov 2025 20:53:15 +0530 Subject: [PATCH 2/2] docs: update editor support link --- documentation/docs/10-getting-started/20-creating-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/10-getting-started/20-creating-a-project.md b/documentation/docs/10-getting-started/20-creating-a-project.md index 7de1c309eb53..daa13fb2b924 100644 --- a/documentation/docs/10-getting-started/20-creating-a-project.md +++ b/documentation/docs/10-getting-started/20-creating-a-project.md @@ -21,4 +21,4 @@ Try editing the files to get a feel for how everything works. ## Editor setup -We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). +We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). For other editors, see the [Editor Support collection](https://sveltesociety.dev/collection/editor-support-c85c080efc292a34).