Closed fbruetting closed 6 years ago
Yeah, this happens because our current code-block-finding is indentation based. So e.g.
plot(a, b,
xlab = "bla", # xticks = 0:0.5:3,
)
does work.
Closing in favour of https://github.com/JunoLab/CodeTools.jl/issues/9.
When the cursor is at the first line of the following expression and
Shift + Enter
is pressed, an error is returned, because the instruction is aborted right after the equal sign – and thus doesn’t contain the full expression (though it’s valid Julia syntax):Just the following works:
Also commented lines inside of a larger function execution leads to an error: