-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It would be nice if objects would be displayed in a better way. For example:

As you can see, the object in variable a is displayed as A a foo: bar foofoo: Object in the Watches window.
It would be nice to have them displayed in a more readable way. At the moment the best I can do is to add a watch like JSON.stringify(a). But I would much rather have something like JSON.stringify(a, null, " "), but whenever I try it it gets converted into JSON.stringify(a, n\a.

I don't know what the capabilities or limitations of vim are, but it would be nice to be able to unfold objects like this:

Metadata
Metadata
Assignees
Labels
No labels