Vue JS and Debbuger (reactivity properties)
Hi there,
How could I hide reactiveGetter and reactiveSetter (please see snapshot) in the debugger? Also, it would really good automatically invoke getter. When I try to investigate a huge object it is impossible to do due to the unreadability. How could I hide these unnecessary properties (getters/setters)? Because currently, only one decision for me is to use the VS Code witch doesn't have such problems with the debugger. But I don't want to change webstorm. Please help me resolve it.

Please sign in to leave a comment.
Not currently possible, please vote for https://youtrack.jetbrains.com/issue/WEB-27621 to be notified on any progress with it