kylebarron / vscode-jupyter-python

Run automatically-inferred Python code blocks in the VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=kylebarron.vscode-jupyter-python
MIT License
37 stars 3 forks source link

Being able to run with the cursor in the end or in the middle of the block. #9

Open GitHunter0 opened 1 year ago

GitHunter0 commented 1 year ago

First congratulations for this highly useful extension, I've been looking for this for quite a long time.

In RStudio, we can run the block with cursor in any position, not just in the first line, is it possible to implement here?

I'm asking because most of the times I run with the cursor in the end of the block, specially the long ones.

Thank you.