# Temporarily hiding inline results in VSCode

**URL:** https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857
**Category:** Tooling
**Tags:** vscode, editors
**Created:** [October 3, 2024, 1:15pm UTC](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857 "2024-10-03T13:15:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![owiecc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/owiecc/32/8894_2.png) [@owiecc](https://discourse.julialang.org/u/owiecc)
#### Post date: [October 3, 2024, 1:15pm UTC](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857/1 "2024-10-03T13:15:50Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [October 3, 2024, 4:30pm UTC](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857/2 "2024-10-03T16:30:57Z")

</div>

Not for toggling, but for clearing all inline results, a shortcut key can be defined (or use default `ALT+J ALT+C`):

 ![Inline](https://global.discourse-cdn.com/julialang/original/3X/f/a/facf707ffac9d2b2da5e5a82ea9d1ec39913f25a.png)

---

<div class="post-metadata">

### Author: ![owiecc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/owiecc/32/8894_2.png) [@owiecc](https://discourse.julialang.org/u/owiecc)
#### Post date: [October 4, 2024, 7:01am UTC](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857/3 "2024-10-04T07:01:48Z")

</div>

Thanks. Even knowing that clearing individual results is big.
