julia-vscode / StaticLint.jl

Static Code Analysis for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Warn on `using Foo: foo` if `foo` is never used

jakobnissen opened this issue · comments

I think this should be possible! As far as I know there is no reason to bring something into scope if it is not directly referenced.