Skip to content

Better support for displaying objects #11

@T-vK

Description

@T-vK

It would be nice if objects would be displayed in a better way. For example:
image

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.
image

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions