docs: expand Django Cotton (VS Code) ecosystem entry with current features#369
Merged
wrabit merged 1 commit intoJul 12, 2026
Conversation
…tures The extension has grown substantially since this description was written: hover docs, Find All References, unused-component detection, go-to-definition for props and slot names, and diagnostics for slot-name typos in addition to missing components. Update the ecosystem listing to reflect what it actually does today, matching the existing one-line description convention. Co-authored-by: Cursor <cursoragent@cursor.com>
twentyforty
force-pushed
the
docs/update-vscode-extension-ecosystem-entry
branch
from
July 11, 2026 15:06
b5cbb1f to
8d62446
Compare
wrabit
approved these changes
Jul 12, 2026
Owner
|
@twentyforty would you consider publishing the LSP server as a standalone package? I'd be interested to add support for this to pycharm.. |
Contributor
Author
|
give it a shot: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Django Cotton (VS Code) extension's ecosystem entry hasn't kept up with the extension itself - it now offers a fair bit more than "autocompletion, go-to-definition, parameter intellisense from c-vars, and missing-component diagnostics". This PR updates the one-line description on the Ecosystem page to reflect what's actually shipped today:
<c-vars>declaration or first usage) and slot namesc-vars,c-slot, andc-componentbuilt-in directives<c-slot name="...">values that don't match anything the target component references (catches typos)Test plan
ecosystem_item.html's description paragraph has no truncation/line-clamp styling, so the change is purely a copy update with no layout risk.