# Is possible to develop object viewer in VScode like in Juno/Atom?

**URL:** https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926
**Category:** Tooling
**Created:** [May 7, 2020, 2:14am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926 "2020-05-07T02:14:11Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [May 7, 2020, 2:14am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/1 "2020-05-07T02:14:11Z")

</div>

I find the object viewer super convenient in Juno

 ![image](https://global.discourse-cdn.com/julialang/original/3X/a/0/a087f8161aa53432990201881cd20cca68973f38.png)

Is the same possible in vscode? Given M$'s acquisition of Github, so Atom’s days might be numbered so just checking.

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [May 7, 2020, 8:49am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/2 "2020-05-07T08:49:24Z")

</div>

A workspace viewer is coming: [https://github.com/julia-vscode/julia-vscode/pull/1003](https://github.com/julia-vscode/julia-vscode/pull/1003), and I plan to support tree drill down in it (probably before we ship the first version).

VS Code currently doesn’t have the APIs to show an object viewer inline in the code like Juno. But, we are going to add a full notebook UI to the extension medium term, so that might be an alternative.

---

<div class="post-metadata">

### Author: ![marius311](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/marius311/32/3953_2.png) [@marius311](https://discourse.julialang.org/u/marius311)
#### Post date: [May 7, 2020, 10:29pm UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/3 "2020-05-07T22:29:34Z")

</div>

> [@davidanthoff](#):
>
> VS Code currently doesn’t have the APIs to show an object viewer inline in the code like Juno

That’s a shame since that’s such an insanely useful / powerful aspect of Juno. Is there any hope vscode adds this, or anywhere constructive that Julia users could voice our opinions to the vscode powers-that-be that this would be useful? (or would we just be adding noise?)

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [May 8, 2020, 7:39am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/4 "2020-05-08T07:39:28Z")

</div>

They were working on an API for it a while ago, but I haven’t seen much progress on it. Unclear to me whether other things became a priority (notebooks) and it is just delayed or whether they gave up on it. I can’t find the issue right now, but there is one somewhere 😉

---

<div class="post-metadata">

### Author: ![xgdgsc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xgdgsc/32/608_2.png) [@xgdgsc](https://discourse.julialang.org/u/xgdgsc)
#### Post date: [May 8, 2020, 8:54am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/5 "2020-05-08T08:54:27Z")

</div>

[Custom peek widgets · Issue #3220 · microsoft/vscode · GitHub](https://github.com/microsoft/vscode/issues/3220) this one?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [May 8, 2020, 8:58am UTC](https://discourse.julialang.org/t/is-possible-to-develop-object-viewer-in-vscode-like-in-juno-atom/38926/6 "2020-05-08T08:58:33Z")

</div>

[Api for editor insets · Issue #85682 · microsoft/vscode · GitHub](https://github.com/microsoft/vscode/issues/85682) is the most recent one, afaict.
