I generally like having results shown inline in VSCode (Settings → Julia → Execution: Result Type = inline, errors in REPL) but sometimes the number of annotations overshadows the code. Is there a way to quickly toggle the visibility of the inline results?
Not for toggling, but for clearing all inline results, a shortcut key can be defined (or use default ALT+J ALT+C
):
2 Likes
Thanks. Even knowing that clearing individual results is big.