Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jastice/212227aa5fc29426aeea3b93280bcd8a to your computer and use it in GitHub Desktop.

Select an option

Save jastice/212227aa5fc29426aeea3b93280bcd8a 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.
  2. Install IntelliJ EAP and then enable the Scala Plugin Nightly. Instructions here. intellij-eap
@manodupont
Copy link

Do we need to always bloopInstall for every new dependency ?!?

@Bunyod
Copy link

Bunyod commented Jun 28, 2019

IntelliJ does not run bloopInstall whenever it detects a change in sbt build files like Metals does.
https://scalacenter.github.io/bloop/docs/ides/intellij#manual-bloop-export-project

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