docs: describe type hints and migration from cursor context#281
Merged
DmitryAnansky merged 9 commits intomainfrom Apr 8, 2026
Merged
docs: describe type hints and migration from cursor context#281DmitryAnansky merged 9 commits intomainfrom
DmitryAnansky merged 9 commits intomainfrom
Conversation
There was a problem hiding this comment.
marketing-site AI Review: 🟢 Completed
Note
Low Risk
This PR only introduces and updates documentation files related to a new VS Code extension feature (Type hints). It does not alter any application logic or behavior, and poses no risk to the functionality of the system.
Overview
- Adds documentation for the
Type hintsfeature, explaining how it displays node type information and documentation links on hover. - Adds a
Type hints vs Cursor contextguide comparing the features, demonstrating how to use type hints as a lighter alternative when creating configurable linting rules. - Updates
docs-vs-code.sidebars.yamlto include the new pages in the VS Code documentation sidebar under the "Usage" section. - Includes new screenshots illustrating the type hints tooltip and the cursor context panel.
Daryna-del
approved these changes
Apr 8, 2026
JLekawa
reviewed
Apr 8, 2026
JLekawa
approved these changes
Apr 8, 2026
Co-authored-by: Jacek Łękawa <164185257+JLekawa@users.noreply.github.com>
c1f7eea to
d696d81
Compare
JLekawa
reviewed
Apr 8, 2026
JLekawa
reviewed
Apr 8, 2026
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.
What/Why/How?
Documented the
Type hintsVS Code extension feature and added migration guidance from theCursor contextarticle.Reference
Testing
Screenshots (optional)
Check yourself
Security