Skip to content

Commit 683c39a

Browse files
authored
[docs] Clarify that VS Code isn't the only supported IDE (#6989)
1 parent 67f79dd commit 683c39a

File tree

1 file changed

+1
-1
lines changed
  • site/content/tutorial/01-introduction/07-making-an-app

1 file changed

+1
-1
lines changed

site/content/tutorial/01-introduction/07-making-an-app/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First, you'll need to integrate Svelte with a build tool. There are officially m
1414

1515
Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](blog/svelte-for-new-developers), which walks you through the process.
1616

17-
You'll also want to configure your text editor. If you're using VS Code, install the [Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), otherwise follow [this guide](blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting.
17+
You'll also want to configure your text editor. There are [plugins](https://sveltesociety.dev/tools#editor-support) for many popular editors as well as an official [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If your editor does not have a Svelte plugin then you can follow [this guide](blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting.
1818

1919
Then, once you've got your project set up, using Svelte components is easy. The compiler turns each component into a regular JavaScript class — just import it and instantiate with `new`:
2020

0 commit comments

Comments
 (0)