How can I make IntelliJ order javascript object properties by name in the watch window?

intellij-idea

Solution

Just press 'Sort values alphabetically' button:

Problem

I am debugging a javascript application. Please, observe a snapshot of the watch window: Note, that the properties are displayed in what appears a total mess. It is probably their natural order, but when there are lots of them it becomes really annoying. Is it possible to order them? Thanks.

Original source