Skip to content

Instantly share code, notes, and snippets.

@aoki
Last active October 12, 2017 05:07
Show Gist options
  • Save aoki/09d6a5d7ac09870662b1 to your computer and use it in GitHub Desktop.
Save aoki/09d6a5d7ac09870662b1 to your computer and use it in GitHub Desktop.
Open IntelliJ IDEA from sbt
commands += BasicCommands.newAlias("openIdea",
s"""eval sys.process.Process("/Applications/IntelliJ IDEA 13.app/Contents/MacOS/idea" :: "${(baseDirectory in LocalRootProject).value}" ::Nil).!""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment