We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.