Forked from jvican/integrations-bsp-intellij-bloop.md
Last active
June 28, 2019 11:48
-
-
Save jastice/212227aa5fc29426aeea3b93280bcd8a to your computer and use it in GitHub Desktop.
Revisions
-
jastice revised this gist
Jun 16, 2018 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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:  3. check for updates and download the Scala plugin Nightly release. 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. 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.  -
jastice revised this gist
Jun 15, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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:  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. 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. -
jastice revised this gist
Jun 15, 2018 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 [**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:  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.  -
jvican revised this gist
Jun 15, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 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:  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. -
jvican revised this gist
Jun 15, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. 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:  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. -
jvican revised this gist
Jun 15, 2018 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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). 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:  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.  -
jvican created this gist
Jun 15, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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). 