Last active
November 29, 2017 19:41
-
-
Save cldellow/d9e01f83bf78ba8c80f4e66433ed84b9 to your computer and use it in GitHub Desktop.
using intellij idea.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* download from https://www.jetbrains.com/idea/download/#section=linux | |
* I used community edition | |
* untar and run `bin/idea.sh` | |
* Import new project from `~/src/tng/pom.xml` | |
* Accept all the defaults. It'll warn about not having an SDK. | |
* Open scalaconfig/src/main/scala/com/snapsort/config/ConfigLoader.scala | |
* It will prompt that there are Scala plugins you can install. Install it. | |
* Restart for the plugin to take effect | |
* put the output of this in `tng.iml`: `git status --ignored | grep /$ | sed -e 's@^#\t@<excludeFolder url="file://$MODULE_DIR$/@' -e 's#$#" />#'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment