Any Julia only IDE available?

VS Code (and Atom) sucks. The debugging utility only supports 1 running session (pycharm supports as many as you want) due to the limitation of being an electron app. Currently python linting does not work with VS code out of the box.

Not sure what python linting has to do with julia but anyways the idea is to use an extension for python right?
The julia extension is great. Both in atom and vs code.

5 Likes

I agree, both Atom and VS Code are very good. I also use Intellij IDEA. I find it easier to have each IDE dedicated to a particular purpose, rather than juggling environments and tabs within the same IDE. Otherwise Iā€™m never sure which environment Iā€™m working in. Especially as I switch from one to the other back and forth. Your mileage may differ.

BTW VS Code is now the main IDE for Julia, with support for Atom expected to fall in the future.

1 Like