julia-vscode / StaticLint.jl

Static Code Analysis for Julia
Other
145 stars 28 forks source link

False positive: missing current package #370

Open xgdgsc opened 1 year ago

xgdgsc commented 1 year ago

Say current package is CurrentPkg. It shows a lot of Missing reference: CurrentPkg problems for using CurrentPkg , which is very confusing.

fredrikekre commented 1 year ago

MWE? Is this a duplicate of e.g. https://github.com/julia-vscode/LanguageServer.jl/issues/988?