Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/idea-sbt-plugin
IntelliJ IDEA plugin for integration with SBT (Simple Build Tool) in order to compile Scala projects easily and quickly [UNMAINTAINED]
https://github.com/luontola/idea-sbt-plugin
Last synced: 4 days ago
JSON representation
IntelliJ IDEA plugin for integration with SBT (Simple Build Tool) in order to compile Scala projects easily and quickly [UNMAINTAINED]
- Host: GitHub
- URL: https://github.com/luontola/idea-sbt-plugin
- Owner: luontola
- License: apache-2.0
- Created: 2010-05-14T15:21:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T09:43:18.000Z (about 4 years ago)
- Last Synced: 2024-06-19T03:07:18.825Z (5 months ago)
- Language: Java
- Homepage: http://plugins.intellij.net/plugin/?idea&id=5007
- Size: 2.12 MB
- Stars: 178
- Watchers: 19
- Forks: 28
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## idea-sbt-plugin
Integrates Intellij IDEA with [SBT](scala-sbt.org) to build Scala projects easily and quickly.
### DEPRECATION ###
__JetBrains have recently [added support](https://blog.jetbrains.com/scala/2017/03/23/scala-plugin-for-intellij-idea-2017-1-cleaner-ui-sbt-shell-repl-worksheet-akka-support-and-more/) for an SBT console to the IntellIJ Scala Plugin. This is now the recommended way to use SBT within IntellIJ. No new releases of this plugin are planned.__
### Documentation
[User Guide](https://github.com/orfjackal/idea-sbt-plugin/wiki)
### Obtaining
The plugin is distributed through the Plugin Manager in IntelliJ.
### Problem?
Please reports issues to the GitHub issue tracker
### Related Projects
- [sbt-idea](https://github.com/mpeltonen/sbt-idea) An SBT plugin for generating IntelliJ projects from your SBT build
- [intellij-structure](https://github.com/JetBrains/sbt-structure) Developed by JetBrains, a plugin that might eventually take over from sbt-idea AND idea-sbt-plugin.### Building
To build the project:
% mvn -Didea.home="/Applications/IntelliJ Idea 15.app/Contents" install
% ls -la sbt-dist/target/idea-sbt-plugin-*.zip # File, Settings, Plugins, Install from DiskYou can also open this project in IntelliJ. Point the Project SDK to an IntelliJ Plugin SDK,
which you can setup easily by pointing at your IntelliJ installation.You can the use the Run Configuration "plugin" to spawn a child IntelliJ process
with your modified version of the plugin.