Skip to content
Merged
Changes from 3 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
5 changes: 4 additions & 1 deletion documentation/docs/01-introduction/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ 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.
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
Loading