How can I set plots to display below their respective code chunks when using quarto interactively in VSCode
Currently VSCode displays plots and all output in the Interactive pane when I am working in VSCode. I would like the plots and output to display below the code chunks that generate them when I am working interactively in VSCode Editor. Is this possible? I have scoured the internet and am finding no solutions.
keyboard shortcut to split a quarto code block in VS Code
I have scoured the internet before posting such a basic question, but have found no solution. In RStudio I can split one code chunk into two chunks by typing cmd + opt + i
on mac while cursor is within an existing code chunk. Is there no equivalent functionality in VS Code?