New: Julia for JetBrains IDEs (Flexible Julia)

And it was a plugin - which i wasn’t aware of, so I would have only made it optional to begin with (we would have forced users to install the other plugin otherwise, too - which is bad UX). I’ll rather look into upgrading our system now.

Has the additional output around like New: Julia for JetBrains IDEs (Flexible Julia) - #48 by csvance been fixed in 2026.3.0 ? I have them in 2026.2 .

And might be better make the sending code to REPL keyboard shortcut go to the next line afterwards. And something like the code cell execution would also be nice like Running Code · Julia in VS Code . Does it do the command will identify the extent of the top-level language construct that the cursor is located in now?

1 Like

Version 2026.3.0 has just been approved on the marketplace :slight_smile:

Has the additional output around like New: Julia for JetBrains IDEs (Flexible Julia) - #48 by csvance been fixed in 2026.3.0 ? I have them in 2026.2 .

Can you maybe give an example? Maybe I missed something here? (please try with 2026.3.0 beforehand).

When I do alt+shift+enter in code editor , REPL shows:


like this. On 2026.3.0.

And it’s strange a remote REPL defaults to a local env like:


I can then do a cd() and activate . in it just fine. Should use the remote working directory setting in the ssh profile

1 Like

It still doesn’ t work for my simple custom types.

And it doesn’ t seem to support code snippets like in vscode when you enter function module for it fill the block end.

Can you share some code snippet for me, maybe in two seperate files? That would help me analyze why

When I do alt+shift+enter in code editor , REPL shows:

like this. On 2026.3.0.
And it’s strange a remote REPL defaults to a local env like: …

I will look into that as well…

Like:


No matter whether evaluated to the REPL or not.

I created three issues in the issue tracker:

Perhaps the issue tracker is a better option than Discourse for discussing plugin issues?

2 Likes