mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

Download sbt plugins' sources, too? #312

Closed michalrus closed 10 years ago

michalrus commented 10 years ago

It would be really cool, if we could Ctrl+click from build.sbt to original plugin sources, wouldn't it? Now it jumps to IDEA-decompiled *.class files.

jozic commented 10 years ago

have you tried sbt-classifiers param?

michalrus commented 10 years ago

@jozic, silly me, works, closing. Thank you. =)

(Why isn't this a default? Can I force it to be using some setting?)

OlegYch commented 10 years ago

add this

alias gi= gen-idea sbt-classifiers 

to ~/.sbtrc would be nice to have sbt-classifiers enabled by default though

michalrus commented 10 years ago

Thank you. =) +1 to the default.