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

Visually indicate if an imported module or user-defined variable is unused #15

Open
igregson opened this issue Aug 10, 2023 · 0 comments

Comments

@igregson
Copy link

https://github.com/elm-tooling/elm-language-client-vscode slightly grays-out (and squiggly underlines) such imports/variable.

I find this super helpful when refactoring and such.


Screenshots of this feature from https://github.com/elm-tooling/elm-language-client-vscode

With imports:

CleanShot 2023-08-10 at 19 14 22@2x

With imports when hovered:

CleanShot 2023-08-10 at 19 16 22@2x

With functions:

CleanShot 2023-08-10 at 19 17 30@2x

With functions when hovering over unused function name:

CleanShot 2023-08-10 at 19 18 22@2x

With functions when hovering over unused function parameter:

CleanShot 2023-08-10 at 19 18 41@2x

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

1 participant