-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Color tokens for TS & JS inlay hints #224
Comments
Hi @wenmin92 👋, thanks for your contribution 👍 You are faster filing the reports than reading the changes 😉 |
VS Code 1.60 [1] (August 2021) introduced inlay hints for JavaScript and TypeScript [2] (opt-in via `editor.inlayHints.enabled`), including new color tokens to customize their appereance. They have been added and adjusted to match Nord's theme style: - `editorInlayHint.background` - the background color used for inline hint boxes. - `editorInlayHint.foreground` - the foreground color used for inline hint boxes. [1]: https://code.visualstudio.com/updates/v1_60 [2]: https://code.visualstudio.com/updates/v1_60#_inlay-hints-for-javascript-and-typescript GH-224
VS Code 1.60 [1] (August 2021) introduced inlay hints for JavaScript and TypeScript [2] (opt-in via `editor.inlayHints.enabled`), including new color tokens to customize their appereance. They have been added and adjusted to match Nord's theme style: - `editorInlayHint.background` - the background color used for inline hint boxes. - `editorInlayHint.foreground` - the foreground color used for inline hint boxes. [1]: https://code.visualstudio.com/updates/v1_60 [2]: https://code.visualstudio.com/updates/v1_60#_inlay-hints-for-javascript-and-typescript Closes GH-224
VS Code 1.60 [1] (August 2021) introduced inlay hints for JavaScript and TypeScript [2] (opt-in via `editor.inlayHints.enabled`), including new color tokens to customize their appereance. They have been added and adjusted to match Nord's theme style: - `editorInlayHint.background` - the background color used for inline hint boxes. - `editorInlayHint.foreground` - the foreground color used for inline hint boxes. [1]: https://code.visualstudio.com/updates/v1_60 [2]: https://code.visualstudio.com/updates/v1_60#_inlay-hints-for-javascript-and-typescript Closes GH-224
Description
Visual Studio Code August 2021 (version 1.60) has add a new feature called Inlay hints, which add additional inline information to source code, like below (Parameter name inlay hints):
What it looks in the Nord theme:
A little annoying, isn't it?
I think this hint should not be so conspicuous and should not affect the continuity and readability of the source code.
The text was updated successfully, but these errors were encountered: