- Notifications
You must be signed in to change notification settings - Fork33.8k
Closed
Labels
Milestone
Description
When you inspect an object the debugger shows enumerable properties in alphabetical order along with regular properties making no visual or practical distinction.
So this is a feature request to be like in Chromium browser's debugger which shows regular properties first, and then lists enumerable properties separtely - and also applies a nice 'grayed out effect' indicating they are enumerable.