When typing a keyword you can get completions which use the alias of a namespaced keyword. However if you don't remember all of the aliases, you need to look at the ns form to see what the aliases resolve to.

It could be good if the keywords showed a small (clojure.spec.alpha) next to the ::s/*** keywords to indicate which namespace is being used, similar to how it works below for symbol resolution?

When typing a keyword you can get completions which use the alias of a namespaced keyword. However if you don't remember all of the aliases, you need to look at the
nsform to see what the aliases resolve to.It could be good if the keywords showed a small
(clojure.spec.alpha)next to the::s/***keywords to indicate which namespace is being used, similar to how it works below for symbol resolution?