Fork me on GitHub
#calva
<
2021-05-29
>
Jacob Rosenzweig05:05:53

Any reason why this is happening?

Jacob Rosenzweig05:05:21

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.

Alex Miller (Clojure team)05:05:33

Not sure how you got there, but you can adjust with (clojure.core/refer-clojure)

Jacob Rosenzweig05:05:19

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

Jacob Rosenzweig06:05:19

Reinstalling the extension seems to have fixed everything, except for a multimethod not executing... but this might be a bug)

pez06:05:46

Have you loaded the file?

Jacob Rosenzweig06:05:34

@pez That was the issue. I was writing new code and not updating old definitions. 🙂

pez07:05:00

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?

bringe22:05:35

Maybe so, but I'm not sure off the top of my head what we can do to detect it.