Fork me on GitHub
#cursive
<
2018-10-12
>
joel08:10:33

Hello, is there a way to specify in a lein project that my :resource-paths in the :dev profile is to be treated as a "test resource" and not a "resource" in intellij ?

Azzurite09:10:22

I don't know of a way, but why would that ever be important? Just make a :test profile with different resources

hlship20:10:48

Is there a way to edit the template file used when creating a new namespace? I don't like the [clojure.test :refer :all] when a test namespace is created.

Azzurite21:10:01

File -> Settings -> Editor -> File and Code Templates It's really not like it's hard to find 😛 https://www.google.com/search?q=intellij+edit+file+template

👎 4