ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
Danny 2019-08-30T22:16:09.000900Z

Hi, friends! When using https://github.com/gnl/ghostwheel the docs recommend > If you’re using Cursive IDE, it’s probably a good idea to use IntelliJ’s intention actions to tell Cursive to resolve >defn and >fdef as defn, and >defn- as defn- – this way you get proper highlighting, formatting, error handling, structural navigation, symbol resolution, and refactoring support. When working in VS-Code + Calva, the symbols are no longer recognized in the same way mentioned above. It's not as much of a big deal as much as it is annoying. Does anyone know of a way to alter the resolution of things like >defn so that it appears to vscode as if it were defn ?