sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files

Results 94 sbt-idea issues
Sort by recently updated
recently updated
newest added

When adding sources in different configurations: I would like to either ignore the source directly, or include the dependencies for all configurations. Example: adding integration tests. I would like to...

Hi With the latest changeset 278f1b64 intellij doesn't recognize my own code anymore. going back one commit fixes everything (apart from stuff added through a git dependency). Our project is...

The plugin currently sets the output path to be the same as sbt's. But very often this causes intellij to get very muddled when you are doing things with sbt...

Manually created Facet configuration, such as the Scala Base Package, should be preserved.

I used sbt-idea to generate idea project file and open it by idea, the build function works fine except that some files in resources didn't copy to class dir. For...

Our internal repository uses the classifier src rather than sources, and as per Ivy's [documentation](http://ant.apache.org/ivy/history/latest-milestone/terminology.html#type) this may not be that unusual As per our [discussion on the sbt mailing list](http://groups.google.com/group/simple-build-tool/browse_thread/thread/ff88c652b14c5f83/96166f2806a3056b),...

title says it all: using IDEA 10.0.2 (free version) with DefaultWebProject, it generates an invalid "Web" facet that doesnt seem to do anythng. Have to remove it from the project...

was https://github.com/mpeltonen/sbt-idea/issues/8 but reopened for 0.10.1-SNAPSHOT as per email from Mikko """ Yes, you're right. This is probably the same issue as https://github.com/mpeltonen/sbt-idea/issues/8 was for sbt 0.7? I think you...

Hi What is the best way to attach sources to the Intellij dependencies? After I run the "idea" command there does seem to be a source path attached for each...

sbt_0.7

When `gen-idea` is run the first time, the generated config files should take on the defaults configured in IDEA under `File - Settings -> Template Settings`. For example: ``` ```...