Skip to content

Commit

Permalink
readme: update and additional details for the IDEA setup (#3794)
Browse files Browse the repository at this point in the history
* readme: update and additional details for the IDEA setup

* drop 'prop tip' regarding nightly builds
  • Loading branch information
mpollmeier authored Nov 6, 2023
1 parent a549213 commit 824716d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ A new release is [created automatically](.github/workflows/release.yml) once per
### Intellij IDEA
* [Download Intellij Community](https://www.jetbrains.com/idea/download)
* Install and run it
* Install the [Scala Plugin](https://plugins.jetbrains.com/plugin/1347-scala) - just search and install from within Intellij
* Important: run `sbt` in your local joern clone and keep it open - this will allow us to use the BSP build in the next step
* Install the [Scala Plugin](https://plugins.jetbrains.com/plugin/1347-scala) - just search and install from within Intellij.
* Important: open `sbt` in your local joern repository, run `compile` and keep it open - this will allow us to use the BSP build in the next step
* Back to Intellij: open project: select your local joern clone: select to open as `BSP project` (i.e. _not_ `sbt project`!)
* Await the import and indexing to complete, then you can start, e.g. `Build -> build project` or run a test

Expand Down

0 comments on commit 824716d

Please sign in to comment.