We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cc
https://github.com/clojure-emacs/clj-refactor.el/wiki/clojure-convert-to-collection-type
Cycle the collection at point between list, map, vector and set literals.
With point at the |:
|
(:bar 'baz)
cycles to
{:bar 'baz}
then
[:bar 'baz]
#{:bar 'baz}
and back around again.