wonder-blocks icon indicating copy to clipboard operation
wonder-blocks copied to clipboard

Enable inlay hints in VSCode

Open k4b7 opened this issue 1 year ago • 6 comments

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:

  • open a .ts file in VSCode
  • press Ctrl-Opt
  • see all of the inlay hints
Screen Shot 2024-03-12 at 10 23 07 AM

k4b7 avatar Mar 13 '24 19:03 k4b7

🦋 Changeset detected

Latest commit: 0032cb54463b30add214931fa029a0473bc1f27a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When 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

changeset-bot[bot] avatar Mar 13 '24 19:03 changeset-bot[bot]

npm Snapshot: NOT Published

🤕 Oh noes!! We couldn't find any changesets in this PR (ee8fd4c3). As a result, we did not publish an npm snapshot for you.

github-actions[bot] avatar Mar 13 '24 19:03 github-actions[bot]

A new build was pushed to Chromatic! :rocket:

https://5e1bf4b385e3fb0020b7073c-hmhjkzbfys.chromatic.com/

Chromatic results:

Metric Total
Captured snapshots 363
Tests with visual changes 0
Total stories 628
Inherited (not captured) snapshots [TurboSnap] 0
Tests on the build 363

github-actions[bot] avatar Mar 13 '24 19:03 github-actions[bot]

Size Change: 0 B

Total Size: 105 kB

ℹ️ View Unchanged
Filename Size
packages/wonder-blocks-accordion/dist/es/index.js 2.99 kB
packages/wonder-blocks-announcer/dist/es/index.js 1.74 kB
packages/wonder-blocks-badge/dist/es/index.js 1.75 kB
packages/wonder-blocks-banner/dist/es/index.js 1.91 kB
packages/wonder-blocks-birthday-picker/dist/es/index.js 1.91 kB
packages/wonder-blocks-breadcrumbs/dist/es/index.js 723 B
packages/wonder-blocks-button/dist/es/index.js 4.12 kB
packages/wonder-blocks-cell/dist/es/index.js 2.19 kB
packages/wonder-blocks-clickable/dist/es/index.js 2.67 kB
packages/wonder-blocks-core/dist/es/index.js 2.48 kB
packages/wonder-blocks-data/dist/es/index.js 5.48 kB
packages/wonder-blocks-dropdown/dist/es/index.js 19.3 kB
packages/wonder-blocks-form/dist/es/index.js 5.64 kB
packages/wonder-blocks-grid/dist/es/index.js 1.24 kB
packages/wonder-blocks-icon-button/dist/es/index.js 3.05 kB
packages/wonder-blocks-icon/dist/es/index.js 2.02 kB
packages/wonder-blocks-labeled-field/dist/es/index.js 3.28 kB
packages/wonder-blocks-layout/dist/es/index.js 1.63 kB
packages/wonder-blocks-link/dist/es/index.js 1.64 kB
packages/wonder-blocks-modal/dist/es/index.js 4.66 kB
packages/wonder-blocks-pill/dist/es/index.js 1.31 kB
packages/wonder-blocks-popover/dist/es/index.js 4.32 kB
packages/wonder-blocks-progress-spinner/dist/es/index.js 1.48 kB
packages/wonder-blocks-search-field/dist/es/index.js 1.09 kB
packages/wonder-blocks-styles/dist/es/index.js 467 B
packages/wonder-blocks-switch/dist/es/index.js 1.55 kB
packages/wonder-blocks-tabs/dist/es/index.js 3.67 kB
packages/wonder-blocks-testing-core/dist/es/index.js 3.51 kB
packages/wonder-blocks-testing/dist/es/index.js 985 B
packages/wonder-blocks-theming/dist/es/index.js 577 B
packages/wonder-blocks-timing/dist/es/index.js 1.37 kB
packages/wonder-blocks-tokens/dist/es/index.js 4.85 kB
packages/wonder-blocks-toolbar/dist/es/index.js 900 B
packages/wonder-blocks-tooltip/dist/es/index.js 6.42 kB
packages/wonder-blocks-typography/dist/es/index.js 1.57 kB

compressed-size-action

github-actions[bot] avatar Mar 13 '24 19:03 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (c9133e7) to head (0032cb5). Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@     Coverage Diff      @@
##   main   #2196   +/-   ##
============================
============================


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9133e7...0032cb5. Read the comment docs.

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

codecov[bot] avatar Mar 13 '24 19:03 codecov[bot]

Gerald

Required Reviewers
  • @Khan/wonder-blocks for changes to .changeset/cold-cars-peel.md

Don't want to be involved in this pull request? Comment #removeme and we won't notify you of further changes.

khan-actions-bot avatar Mar 13 '24 20:03 khan-actions-bot