Sort keys alphabetically in the Variables/Memory panel (#2417)
This commit is contained in:
@ -61,6 +61,7 @@ export const MemoryPane = () => {
|
|||||||
displayObjectSize={true}
|
displayObjectSize={true}
|
||||||
indentWidth={2}
|
indentWidth={2}
|
||||||
quotesOnKeys={false}
|
quotesOnKeys={false}
|
||||||
|
sortKeys={true}
|
||||||
name={false}
|
name={false}
|
||||||
theme={theme === 'light' ? 'rjv-default' : 'monokai'}
|
theme={theme === 'light' ? 'rjv-default' : 'monokai'}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user