Fork me on GitHub
#cursive
<
2017-09-18
>
tap09:09:59

I have this config in my project.clj

:profiles {:dev {:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}
but when I start repl, piggieback middleware is not installed. How to debug this issue?

tap09:09:35

After 4 hours of debugging, I finally found the cause of it.

ikitommi11:09:35

Noticed that for Java, there is implementation(s) shortcut, which seems to find the implementing method of a interface method. That would be awesome to navigate to the definition of a qualified keyword.. (`s/def ` etc).

wilkerlucio17:09:08

I'm having an issue with one of my projects, it's not detecting my clojure main anymore

wilkerlucio17:09:42

I tried to remove the module and add again, but no success, anybody has an idea about what is going on? with this problem it's not even indexing my project anymore

wilkerlucio17:09:45

but weirdly, I can still run the configuration

wilkerlucio17:09:51

ok, my deps got back, but it's not finding the namespaces on my project source path

wilkerlucio17:09:48

it can auto-complete, but at same time it says the local dependency can't be resolved :thinking_face: https://www.dropbox.com/s/ydsorz1dowb0fu6/Screenshot%202017-09-18%2014.49.26.png?dl=0

wilkerlucio18:09:51

somehow that is affecting all my projects

wilkerlucio20:09:59

@cfleming please let me know if you have any idea what's that about, I've no clue... tried to restart my computer but didn't helped, for some reason happened from yesterday to today and now is affecting all my projects =/

cjmurphy20:09:37

@wilkerlucio Have you tried Invalidate Caches / Restart from the File menu?

wilkerlucio20:09:17

@cjmurphy that did the trick! thank you very much 🙂

cjmurphy20:09:15

No problem 😉

sashton21:09:15

is there a way to activate a specific profile for what cursive uses to import libraries into the workspace?

sashton21:09:05

in other words, i’ve got a dependency in a particular profile (not dev), and i’d like it to be imported into my workspace, and be able to navigate to symbols in that library