-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable inlay hints in VSCode #2196
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 7c400b0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
npm Snapshot: NOT Published🤕 Oh noes!! We couldn't find any changesets in this PR (052945f). As a result, we did not publish an npm snapshot for you. |
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-jwzhwafwja.chromatic.com/ Chromatic results:
|
Size Change: 0 B Total Size: 93.1 kB ℹ️ View Unchanged
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2196 +/- ##
==========================================
+ Coverage 94.29% 95.18% +0.88%
==========================================
Files 247 247
Lines 28576 28576
Branches 2330 2341 +11
==========================================
+ Hits 26946 27199 +253
+ Misses 1630 1377 -253 see 34 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
Summary:
Inlay hints can be useful at see the types for things without having to hover over everything. They can also be useful in understand what args are being passed as what params especially when the args are literals.
This PR enables all of the inlay hints in our .vscode/settings.json. In order to see the inlay hints developers must press and hold Ctrl-Opt at the same time otherwise they're not visible.
If developers want to customize this behaviour they can do so in their User settings.json for VSCode.
Issue: None
Test plan: