Any reason why this is happening?
In general, I notice that the vim bindings (e.g. alt-enter and
ctrl-alt-c, ctrl-alt-j
) don't work. I can only execute via ctrl-shift-p
-> search specific calva command.
Not sure how you got there, but you can adjust with (clojure.core/refer-clojure)
I am unsure why calva is being so finnicky with me. Maybe I'm using it wrong. I'm trying to just execute each function call in the comment block with an alt-enter
Reinstalling the extension seems to have fixed everything, except for a multimethod not executing... but this might be a bug)
Have you loaded the file?
@pez That was the issue. I was writing new code and not updating old definitions. 🙂
It trips a lot of us up often. @brandon.ringe , maybe we should try to find a way to detect it so that we can offer a hint?
Maybe so, but I'm not sure off the top of my head what we can do to detect it.