@joshkh Check your Deps toolwindow to make sure your project is registered there. If it’s not for some reason, right click the deps.edn
file in the project view and select “Add as deps project” and see if that helps.
Today I saw something weird with IntelliJ + Cursive. I have a remote nrepl session in Cursive connected to a backend repl running in terminal (i.e. Run configuration: remote + nrepl). Suddenly cursive repl said that I was in user
namespace even though I tried to change the namespace to something else with (in-ns ...)
. I stopped Cursive repl and connected it again to the remote nrepl session and then everything worked again as it should. I'm not 100% sure if this was some anomaly or maybe I just messed something myself.