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
?