Skip to content

Instantly share code, notes, and snippets.

@jvican
Last active September 28, 2018 18:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jvican/0d738cc0aa47afe5dbbdfe6ea1bd8694 to your computer and use it in GitHub Desktop.
Save jvican/0d738cc0aa47afe5dbbdfe6ea1bd8694 to your computer and use it in GitHub Desktop.
Instructions to try the BSP IntelliJ-Bloop integration out.

Installation instructions

  1. Install bloop 1.0.0-M11 by following the Bloop installation instructions. Then, make sure you start up the bloop server on the background and to generate the configuration files by running bloopInstall in your build tool.
  2. Install IntelliJ EAP 2018.2 and then enable the nigthly version of the Scala Plugin. Instructions here and picture here: intellij-eap
  3. Reboot IntelliJ. After the Scala nightly is released, open a normal project in IntelliJ and look for the IntelliJ action "Enable bsp" (usually with Ctrl-Shift-A). The search box will show the full action name: "Enable experimental bsp support". Click on it.
  4. Close the project you're in and import the project. This time, when IntelliJ shows you the available options for the import, the bsp option will show up in the list. Proceed, IntelliJ will then load the project.

bloop-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment