cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
588 stars 7 forks source link

Leiningen - support for tasks provided by plugins #60

Open gered opened 11 years ago

gered commented 11 years ago

This is more of a convenience thing then anything else.

It would be nice, if in the Leiningen pane in IntelliJ where you can expand project modules and see the list of tasks if that list also included tasks from plugins included in the project.clj's :plugins vector.

e.g. I have lein-ring and lein-typed listed in my :plugins, so it would be nice to be able to see "ring uberwar" and "typed check", etc. listed

cursive-ide commented 11 years ago

Yeah, this is definitely on my list. I'm going to have to re-work how the lein integration works a bit but this should be coming soon.

hlship commented 10 years ago

+1

ryancole commented 9 years ago

:+1: :)

mtwomey commented 3 years ago

+1 but unclear if this is still actively developed?