LanguageServer.jl
LanguageServer.jl copied to clipboard
Linter: how to prevent underlying valid code
Is it possible make the linter less sensitive with macro calls? The Wat symbol should not be underlined...

Not easy, unfortunately...
@ZacLN one thing I've been thinking about: we could generally not lint stuff in macros, and then whitelist macros that are known to work?
we could generally not lint stuff in macros, and then whitelist macros that are known to work?
+1 for this idea!