Fork me on GitHub
#cursive
<
2019-11-19
>
kenny02:11:31

I have a namespace foo.core with a map that looks like this

{::a 1}
In namespace foo.specs I define a spec for ::a:
(alias 'foo 'foo.core)
(s/def ::foo/a int?)
When in foo.core, I can't cmd+click on the ::a keyword to navigate to the spec definition. This seems like something that should be supported, right?

flowthing13:11:39

Almost every time I switch from IDEA/Cursive to some other window and then switch back, I find Cursive indexing the project. I found this pretty old link https://intellij-support.jetbrains.com/hc/en-us/community/posts/206808165-Indexing-on-focus on what seems like the same issue. The URL Colin links to at the end seems to be dead. Has anyone else encountered the same issue and found a fix?

cfleming20:11:44

(links got broken when I migrated to Google groups from my previous mailing list)

flowthing21:11:52

Many thanks! I'll check whether that works in my case.

funkrider15:11:49

Hi - I am wondering if there was a way to view variables when debugging as clojure data structures rather than the somewhat confusing Java style variables?

cfleming20:11:38

There isn’t right now, but I’d love to allow this. It’s somewhat tricky because of the debugger architecture, but I’m hoping it may be possible. I haven’t had time to look into it more closely though.

funkrider19:11:46

Thanks for replying - it would be awesome but I can understand that it might be difficult to do 😉 Keep up the great work the plugin is awesome!