julia-vscode icon indicating copy to clipboard operation
julia-vscode copied to clipboard

Execute Code Cell: Add Codelens

Open bolducke opened this issue 5 years ago • 5 comments

It would be nice to have codelens similar to the python extension with Jupyter Notebook.

image

bolducke avatar Sep 12 '19 19:09 bolducke

Or maybe change background color for active cell, similarly to MATLAB. In present state, it is hard to see what exactly I will run.

otobrzo avatar Sep 16 '19 12:09 otobrzo

Also, on my system execute cell does not move cursor to next cell. That would be great to have as well as a shortcut to move to cell up/down with cursor.

Petr-Hlavenka avatar Sep 21 '19 14:09 Petr-Hlavenka

Great suggestion, I moved that to a separate issue, because implementing these two is independent.

davidanthoff avatar Sep 21 '19 17:09 davidanthoff

+1 for this, and generally anything that can help make code cells more visible/intuitive to beginners!

brenhinkeller avatar Jan 04 '24 23:01 brenhinkeller

I find the cell experience in VS Code interactive mode to be great: https://github.com/microsoft/vscode-jupyter/issues/273. I wish the Julia VS Code extension would embrace it as it is literally the https://github.com/mwouts/jupytext standard.

This is where the feature you're after comes from, the interactive mode of VS Code.

RoyiAvital avatar Jan 05 '24 07:01 RoyiAvital