When inspecting large maps, it can be awkward to visually find one key among the many. Arbitrary ordering defies expectation, and long namespaces consume screen space.
[x] sort keys in the rendered map
[x] keep a set of ns-aliases in the settings. For instance, render :com.example/x as :eg/x when the ns-aliases is {com.example eg}.
What do you suggest?
When inspecting large maps, it can be awkward to visually find one key among the many. Arbitrary ordering defies expectation, and long namespaces consume screen space.
:com.example/x
as:eg/x
when the ns-aliases is{com.example eg}
.