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

I have a root project that aggregates several modules in its subdirectories. I don't need an Idea module for the root project, but because `gen-idea` creates one, IntelliJ sees every...

I want to run the compile task before generating the project files. The reason is as part of the compile step bunch of files get generated and the code depends...

Hi, thank you very much for your effort. Is it possible to supply an option to set the IDE's SBT option to 'Project Settings' populated with the current sbt executables...

The support for setting path prefixes for source directories, as applied to `src/main/scala`, probably should not be applied to resource directories. It winds up looking funny, and resources are typically...

When creating a new project, SBT doesn't itself create the source directories (src/main/scala, src/main/resources). Currently, AFAIK nor does sbt-idea. It would be nice if sbt-idea had an option that would...

I have the following setup: One of my sbt projects, A, has a dependency to (the artefact of) another of my sbt projects, B. I do _not_ want to express...

I raised the problem on the Scala IDE mailing list here: http://youtrack.jetbrains.com/issue/SCL-4371 It has made me scratch my head for way longer than I should have. I was assuming that...

In the [banana-rdf](https://github.com/w3c/banana-rdf/) github Scala project I am not able to get the sbt-idea or sbt to download the transitive dependencies for the Jena maven source jars. I have tried...

I have taken the [scalatra sample](https://github.com/scalatra/scalatra-sbt-prototype) and run _sbt gen-idea_ (sbt version 0.11.3). The resulting project does not contain a web facet and an artifact, that can be deployed to...