Skip to content
Closed
Changes from 1 commit
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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like that you're removing the square brackets. Can we go back to the old text and merely update the URL?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benmccann sir,
Got it, thanks for the correcting me! I've gone back to the original text, only updating the URL and preserving the brackets/formatting as requested.
I've amended the commit and force-pushed the change. Please take another look! 🙏"

.

You can also check your code from the command line using [sv check](https://github.com/sveltejs/cli).

## Getting help

Expand Down