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.

Revisions

  1. jastice revised this gist Jun 16, 2018. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,11 @@
    2. Install IntelliJ [**2018.2 EAP**](https://www.jetbrains.com/idea/nextversion/) and then enable the **nightly version of the Scala Plugin** by opening Preferences | Languages & Frameworks | Scala | Updates tab and selecting the Nightly plugin update channel:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    3. check for updates and download the Scala plugin Nightly release.
    4. Reboot IntelliJ. The Scala plugin should now have version 2018.2.273 or higher (check in Preferences | Plugins)
    5. Open the "Find Action" search box (usual hotkey shift+ctrl+A or shift+cmd+A) and search for "bsp". The search box will show the full action name: "Enable experimental bsp support". Click on it.
    4. Reboot IntelliJ. The Scala plugin should now have version 2018.2.277 or higher (check in Preferences | Plugins)
    5. Open the "Find Action" search box (usual hotkey Shift+Ctrl+A or shift+cmd+A) and search for "bsp". The search box will show the full action name: "Enable experimental bsp support". Click on it.
    6. Import a project that has been previously exported to Bloop by selecting "Import Project" and opening the project directory.
    When IntelliJ shows you the available options for the import, the `bsp` option will show up in the list. Select it, proceed, IntelliJ will then load the project.
    When IntelliJ shows you the available options for the import, the `bsp` option will show up in the list.
    7. On macOS and Windows, you may need to provide the path to the `bloop` executable. In the import dialog, open "Global bsp settings" and enter the path in the "Bloop executable" setting.
    8. Click Finish. IntelliJ will then load the project.

    ![bloop-install](https://user-images.githubusercontent.com/2462974/41467009-042aa8d8-70a5-11e8-8d6d-d4c3035d0b4f.gif)
  2. jastice revised this gist Jun 15, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    2. Install IntelliJ [**2018.2 EAP**](https://www.jetbrains.com/idea/nextversion/) and then enable the **nightly version of the Scala Plugin** by opening Preferences | Languages & Frameworks | Scala | Updates tab and selecting the Nightly plugin update channel:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    3. check for updates and download the Scala plugin Nightly release.
    4. Reboot IntelliJ. The Scala plugin should now have version 2018.2.270 or higher (check in Preferences | Plugins)
    4. Reboot IntelliJ. The Scala plugin should now have version 2018.2.273 or higher (check in Preferences | Plugins)
    5. Open the "Find Action" search box (usual hotkey shift+ctrl+A or shift+cmd+A) and search for "bsp". The search box will show the full action name: "Enable experimental bsp support". Click on it.
    6. Import a project that has been previously exported to Bloop by selecting "Import Project" and opening the project directory.
    When IntelliJ shows you the available options for the import, the `bsp` option will show up in the list. Select it, proceed, IntelliJ will then load the project.
  3. jastice revised this gist Jun 15, 2018. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,12 @@
    # Installation instructions

    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). 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](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly) and picture here:
    2. Install IntelliJ [**2018.2 EAP**](https://www.jetbrains.com/idea/nextversion/) and then enable the **nightly version of the Scala Plugin** by opening Preferences | Languages & Frameworks | Scala | Updates tab and selecting the Nightly plugin update channel:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    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.
    3. check for updates and download the Scala plugin Nightly release.
    4. Reboot IntelliJ. The Scala plugin should now have version 2018.2.270 or higher (check in Preferences | Plugins)
    5. Open the "Find Action" search box (usual hotkey shift+ctrl+A or shift+cmd+A) and search for "bsp". The search box will show the full action name: "Enable experimental bsp support". Click on it.
    6. Import a project that has been previously exported to Bloop by selecting "Import Project" and opening the project directory.
    When IntelliJ shows you the available options for the import, the `bsp` option will show up in the list. Select it, proceed, IntelliJ will then load the project.

    ![bloop-install](https://user-images.githubusercontent.com/2462974/41467009-042aa8d8-70a5-11e8-8d6d-d4c3035d0b4f.gif)
  4. @jvican jvican revised this gist Jun 15, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Installation instructions

    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). Then, make sure you start up the bloop server on the background and to generate the configuration files by running `bloopInstall` on your build tool.
    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). 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](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly) and picture here:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    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.
  5. @jvican jvican revised this gist Jun 15, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Installation instructions

    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). Then, make sure you start up the bloop server and you have it on the background and that you generate the configuration files by running `bloopInstall` on your build tool.
    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). Then, make sure you start up the bloop server on the background and to generate the configuration files by running `bloopInstall` on your build tool.
    2. Install IntelliJ EAP **2018.2** and then enable the **nigthly version of the Scala Plugin**. Instructions [here](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly) and picture here:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    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.
  6. @jvican jvican revised this gist Jun 15, 2018. 1 changed file with 7 additions and 3 deletions.
    10 changes: 7 additions & 3 deletions integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,9 @@
    # Installation instructions

    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop).
    2. Install IntelliJ EAP and then enable the Scala Plugin Nightly. Instructions [here](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly).
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop). Then, make sure you start up the bloop server and you have it on the background and that you generate the configuration files by running `bloopInstall` on your build tool.
    2. Install IntelliJ EAP **2018.2** and then enable the **nigthly version of the Scala Plugin**. Instructions [here](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly) and picture here:
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)
    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](https://user-images.githubusercontent.com/2462974/41467009-042aa8d8-70a5-11e8-8d6d-d4c3035d0b4f.gif)
  7. @jvican jvican created this gist Jun 15, 2018.
    5 changes: 5 additions & 0 deletions integrations-bsp-intellij-bloop.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Installation instructions

    1. Install bloop `1.0.0-M11` by following the [Bloop installation instructions](https://github.com/scalacenter/bloop).
    2. Install IntelliJ EAP and then enable the Scala Plugin Nightly. Instructions [here](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly).
    ![intellij-eap](https://user-images.githubusercontent.com/2462974/41466786-0bd8840c-70a4-11e8-8bd4-5d4d424dd5ce.jpg)