Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Find a key in a map more easily. #393

Closed
2 tasks done
kimo-k opened this issue Jul 10, 2023 · 0 comments
Closed
2 tasks done

[Enhancement]: Find a key in a map more easily. #393

kimo-k opened this issue Jul 10, 2023 · 0 comments

Comments

@kimo-k
Copy link
Contributor

kimo-k commented Jul 10, 2023

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.

  • sort keys in the rendered map
  • 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}.
kimo-k added a commit that referenced this issue Jul 11, 2023
Added:
Pods render namespaced keywords with an alias if it is declared in the
settings.

#393
kimo-k added a commit that referenced this issue Jul 26, 2023
Added:
Pods render namespaced keywords with an alias if it is declared in the
settings.

#393
kimo-k added a commit that referenced this issue Jul 26, 2023
Added:
Pods render namespaced keywords with an alias if it is declared in the
settings.

#393
@kimo-k kimo-k closed this as completed Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant