Skip to content
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

Inlay hints #603

Closed
rqbik opened this issue Sep 9, 2021 · 0 comments
Closed

Inlay hints #603

rqbik opened this issue Sep 9, 2021 · 0 comments
Labels
feature request WIP Work In Process

Comments

@rqbik
Copy link

rqbik commented Sep 9, 2021

Describe what you want
With VSCode's August update, there is now an option for enabling inlay hints — boxes with additional type information. It would be very nice to have them properly colored:

Screenshot
(I'm using One Dark Pro Darker theme in the screenshot)

Additional context
For anyone not willing to wait until the theme fix, you can overwrite hints' style in your settings.json:

"workbench.colorCustomizations": {
	"[One Dark Pro Darker]": {
	    "editorInlayHint.foreground": "#abb2bf",
	    "editorInlayHint.background": "#2c313c"
	}
}

Screenshot

@Binaryify Binaryify added the WIP Work In Process label Sep 13, 2021
Binaryify added a commit that referenced this issue Sep 19, 2021
#605, Add variables colors settings #605, One Dark Pro Flat/One Dark Pro Darker support set Bold & Italics #606 , Support Inlay hints #603
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request WIP Work In Process
Projects
None yet
Development

No branches or pull requests

2 participants