[ANN] Julia for VS Code 1.5 released

Yes, sure. Just add

    {
        "key": "Ctrl+Enter",
        "command": "-language-julia.executeCodeBlockOrSelection"
    },
    {
        "key": "Ctrl+Enter",
        "command": "language-julia.executeJuliaCodeInREPL"
    }

to your keybindings.

Doesn’t look like it (although I was fairly sure I added a setting for that). Runtime completions should always look very distinct though and only pop up for getproperty/getindex calls in global scope, in which case you won’t usually get any static completions anyways. Do open an issue though and I’ll add a setting for this :slight_smile:

You can use vscodedisplay(yourtable), @vscodedisplay yourtable, or click the “Open in VS Code” button in the Julia workspace.

5 Likes