BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.64k stars 214 forks source link

Have the linter work with (load). #531

Closed tyohDeveloper closed 4 years ago

tyohDeveloper commented 4 years ago

[Feature request]

Have the linter work with (load).

Currently it issues warnings if the symbols/functions/multimethods don't exist in the current file. This is particularly frustrating when trying to break up a large namespace file into smaller files.

PEZ commented 4 years ago

Hello. For me the linter seems to find things defined in required namespaces. In any case, the linting is not done by Calva, actually. It is the clj-kondo extension doing that work.