Skip to content

Conversation

@dev-singh12
Copy link

@dev-singh12 dev-singh12 commented Nov 30, 2025

Fixes #14941

This PR updates the “Editor setup” section in the SvelteKit documentation to remove an outdated Svelte Society link that no longer provides editor support information. The previous text implied broad editor support via that page, but the page has been empty for some time.

What this PR fixes

  • Removes the broken Svelte Society editor-support link.
  • Rewrites the sentence to avoid implying official support for “numerous other editors”.
  • Clarifies that while community extensions exist for various editors, support varies and may not fully cover SvelteKit features.

This avoids confusing users and reflects the current state of editor tooling more accurately.

This is a documentation-only change; no package version bump is required, so no changeset is needed.


Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.
    • Not applicable — documentation-only change.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check
    • All checks pass locally.

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts.

Edits

  • Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.

@changeset-bot
Copy link

changeset-bot bot commented Nov 30, 2025

⚠️ No Changeset found

Latest commit: 5aa60f0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svelte-docs-bot
Copy link

@kevmodrome
Copy link

The Editor Support page now lives in this collection: https://sveltesociety.dev/collection/editor-support-c85c080efc292a34

@dev-singh12
Copy link
Author

Hello sir,thanks for pointing it out!
I've updated the PR to use the new Editor Support page and adjusted the wording accordingly. The fix has been committed, and everything should now be aligned with the correct URL.

Please let me know if you'd like any further tweaks.

@benmccann benmccann added the documentation Improvements or additions to documentation label Dec 1, 2025
@benmccann
Copy link
Member

Thanks for catching this @dev-singh12. Would you also be able to send a PR to the svelte repo?

@kevmodrome there's also broken links to the svelte society site on https://svelte.dev/docs/kit/additional-resources, https://svelte.dev/docs/svelte/faq, and https://svelte.dev/docs/svelte/getting-started#Editor-tooling. Can you share what the links should be updated to there?

@dev-singh12
Copy link
Author

Sure @benmccann sir, happy to help with that!

Once @kevmodrome sir confirms the correct replacement URLs for the broken Svelte Society links, I can open a PR on the svelte repo to update them as well.

Just share the final links and I’ll prepare the follow-up PR right away.

@dev-singh12
Copy link
Author

@benmccann sir,I have a raised a pr to the svelte repo (sveltejs/svelte#17290)
please check sir

@kevmodrome
Copy link

Ok. I've finally managed to find some time to look at the links.

Here's the templates one: https://sveltesociety.dev/recipe/sveltekit-templates-and-examples-e789ed397e7f38fc
Here's the one linking to the resources like books and courses in the FAQ: https://sveltesociety.dev/collection/a-list-of-books-and-courses-ac01dd10363184fa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: update editor setup section

4 participants