Skip to content

Commit

Permalink
[doc] explain python for intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
vjovanov committed Jan 25, 2017
1 parent 96d56e5 commit 3b5290f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/IDEs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Open IntelliJ and go to "Preferences > Plugins > Browse Repositories". Install t
* [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065): runs style checks as you develop
* [Save Actions](https://plugins.jetbrains.com/plugin/7642): allows code reformatting on save similar to Eclipse
* [FindBugs-IDEA](https://plugins.jetbrains.com/plugin/3847): looks for suspicious code
* [Python Plugin](https://plugins.jetbrains.com/idea/plugin/631-python): python plugin

Make sure you have [`mx`](https://github.com/graalvm/mx) installed and updated (`mx update`). Then, to initialize IntelliJ project files, go to the root of your project and invoke: `mx intellijinit`
Make sure you have [`mx`](https://github.com/graalvm/mx) installed and updated (`mx update`). Then, to initialize IntelliJ project files, go to the root of your project and invoke: `mx intellijinit --mx-python-modules`

Open the folder of your freshly initialized project from IntelliJ (*IntelliJ IDEA > File > Open…*). All depending projects will be included automatically.

Expand Down

0 comments on commit 3b5290f

Please sign in to comment.