Fork me on GitHub
#cursive
<
2019-12-21
>
Ihor Horobets10:12:16

How to disable this folding?

cfleming19:12:57

Are you talking about the one? I don’t think that’s Cursive doing that - do you have any other plugins installed that might be folding things?

kenny16:12:15

Does Cursive support IntelliJ scratch files?

cfleming19:12:56

Sort of - they do mostly work but they’re weird internally and I haven’t added any explicit support for them. If you find things that are not working let me know and I’ll look at fixing them.

kenny21:12:52

The main thing that makes it hard to use is no autocomplete for something like this:

(require '[my-ns.api :as api])

(api/foo)
api/f won't autocomplete to foo and it marks api/foo as "cannot be resolved"

cfleming23:12:08

Ok, I’ll take a look at that.

kenny00:12:41

Great! I think that's all it needs. Super useful files for quick tests that may contain confidential info.