Home

Awesome

Julia plugin for the IntelliJ Platform

This is a work in progress, some features are implemented partially, there may be performance and stability problems.

JetBrains plugins JetBrains plugins Documentation Status Join the chat at https://gitter.im/julia-intellij/Lobby

<table> <tr> <th>CI</th> <th>Status</th> </tr> <tr> <td>Travis CI (with IdeaC)</td> <td><a href="https://travis-ci.org/JuliaEditorSupport/julia-intellij"><img src="https://api.travis-ci.org/JuliaEditorSupport/julia-intellij.svg?branch=master" alt="Travis CI Build status"></a></td> </tr> <tr> <td>AppVeyor (on Windows)</td> <td><a href="https://ci.appveyor.com/project/ice1000/julia-intellij-1rpcx"><img src="https://ci.appveyor.com/api/projects/status/kaqscxy5mmvxa2cr/branch/master?svg=true" alt="AppVeyor Build status"></a></td> </tr> <tr> <td>CircleCI (with tests)</td> <td><a href="https://circleci.com/gh/JuliaEditorSupport/julia-intellij"><img src="https://circleci.com/gh/JuliaEditorSupport/julia-intellij.svg?style=svg" alt="CircleCI Build status"></a></td> </tr> <tr> <td>CodeShip (branch master)</td> <td><a href="https://app.codeship.com/projects/270342"><img src="https://app.codeship.com/projects/4c89a940-ec81-0135-9688-6eaa099eb415/status?branch=master" alt="CodeShip Build status"></a></td> </tr> </table>

Installation & Usage

Install IntelliJ IDEA (or other JetBrains IDEs), open Settings | Plugins | Browse repositories, install Julia plugin, and create a Julia project.

For detailed use instruction, visit: https://julia-intellij.readthedocs.io/en/latest/<br/> To download a nightly build (buggy!), visit https://ci.appveyor.com/project/ice1000/julia-intellij/build/artifacts/ .<br/> To learn about the test summery, visit https://circleci.com/build-insights/gh/JuliaEditorSupport/julia-intellij/master .

Video Instructions

Screenshots

Execution

Doc-String

Refactoring and Editing

Package Manager

Plots

VarInfo (Workspace)

Debugger (nightly-build)

based on DebuggerFramework and ASTInterpreter2

Debugger Usage Documentation

Compatible IDEs

The plugin is compatible with any IntelliJ based IDE starting from 2016.1. If you don't have any yet, try IntelliJ IDEA Community Edition, it's free.

Alternatives

If you don't like JetBrains IDE, turn right and search JuliaPro or Juno.

Otherwise:<br/> If you search GitHub with "Julia IntelliJ" (data collected at 2018/1/28 (YYYY/M/DD)), you'll find 4 related repositories:

Now you know your choice 😉

Contributing

You're encouraged to contribute to the plugin in any form if you've found any issues or missing functionality that you'd want to see. Check out CONTRIBUTING.md to learn how to setup the project and contributing guidelines.

Contributors