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

Unused params not distinguishable from used params in VScode #12

Closed
Jefwillems opened this issue Mar 4, 2019 · 2 comments
Closed

Unused params not distinguishable from used params in VScode #12

Jefwillems opened this issue Mar 4, 2019 · 2 comments

Comments

@Jefwillems
Copy link

I'm using the vscode extension and i find it really hard to notice unused parameters in functions. (i'm using typescript but colors should be the same.)

image

As you can see here, in the handleSmth function, the parameter color is almost exactly the same as in the handleConcept function.

@taniarascia
Copy link
Owner

As far as I know, the muted colors for unused parameters and variables is set by VSCode. Darkened some percent. I don't have any control over how much different they will look.

@Jefwillems
Copy link
Author

Good to know, 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

No branches or pull requests

2 participants