Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions documentation/docs/01-introduction/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down