Fork me on GitHub
#cursive
<
2018-11-27
>
danielcompton09:11:08

Not sure if this is a Cursive bug, user error, or IntelliJ bug, so posting here for thoughts

danielcompton09:11:04

In the Find window, if you turn on the File mask, then the namespaces on the right hand side of the window drop their last segment

danielcompton09:11:11

Compare these two windows for an example

danielcompton09:11:25

Find window without file mask

danielcompton09:11:33

Find window with file mask

cfleming19:11:23

@danielcompton That’s probably showing the package by default.

cfleming19:11:09

Since clojars.friend.registration lives in the clojars.friend package according to the Java semantics.

tony.kay22:11:38

@cfleming Thanks so much for making deps.edn autocomplete on dependencies work…was missing that feature 🙂

cfleming23:11:09

@tony.kay No problem! It is indeed very useful 🙂

cfleming23:11:32

Just checking that you know, but you can also add deps from anywhere using Cmd-n, no need to open the deps file.

tony.kay23:11:47

way cool…I don’t have it bound to that key, but I see it via CMD-SHIFT-A