Skip to content

Instantly share code, notes, and snippets.

@cldellow
Last active November 29, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cldellow/d9e01f83bf78ba8c80f4e66433ed84b9 to your computer and use it in GitHub Desktop.
Save cldellow/d9e01f83bf78ba8c80f4e66433ed84b9 to your computer and use it in GitHub Desktop.
using intellij idea.md
* 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