How can I make javascript object properties for IntelliJ by name in the viewport?

I am debugging a javascript application. Please take a look at the screenshot of the watch window:

enter image description here

Note that the properties are displayed in that a complete mess appears. This is probably their natural order, but when there are a lot of them, it becomes very annoying. Can I order them?

Thank.

+5
source share
1 answer

Just click the "Sort values ​​alphabetically" button:

enter image description here

+4
source

All Articles