Skip to content

Improved hovers over syntax definition elements#2800

Open
rodinaarssen wants to merge 1 commit into
mainfrom
improve-syntax-definition-hovers
Open

Improved hovers over syntax definition elements#2800
rodinaarssen wants to merge 1 commit into
mainfrom
improve-syntax-definition-hovers

Conversation

@rodinaarssen

Copy link
Copy Markdown
Member

This PR improves the text presented to users when hovering over syntax definition elements.

This was fixed by adding missing cases for prettyAType in the Rascal type checker.

Fixes #2449

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (4e22b76) to head (52b83b0).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2800   +/-   ##
=======================================
  Coverage       46%     46%           
- Complexity    6718    6720    +2     
=======================================
  Files          839     839           
  Lines        66766   66766           
  Branches      9983    9983           
=======================================
+ Hits         30771   30776    +5     
- Misses       33604   33607    +3     
+ Partials      2391    2383    -8     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@PaulKlint PaulKlint left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Well spotted omissions. Looks good. Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Syntax list type hover prints normalized separated list instead of user-level original syntax list

2 participants