do you have an advice to help cursive understand core.match/match
? I always see a lot of unresolved stuff
👍 thanks @wilkerlucio
one generic option is to specify the macro to resolve as "None"
this way it will ignore all failed symbols inside
Has anyone "randomly" had the following error when starting a REPL for a project that hasn't changed? Error modal: > No project file found for <project-name> Error in build configuration: > Run Configuration Error: No modules containing clojure.main found I swear it was working this morning, and other projects are still fine. I also tried invalidating caches and restarting (deps.edn project). Thanks!
thanks, "Add as deps project" prompted a small message about choosing an SDK, which did the trick
Perhaps consider deleting .idea
? When things go south with no way of salvaging or time is limited, I usually just delete .idea
, remove the project from IntelliJ and add it again.
yeah, i'm sure i've had that. Normally deleting .idea
worked for me.
no luck after deleting .idea
. hmm. but thanks for the suggestion, this usually does the trick.