cursive
cursive copied to clipboard
Keyword completion in :keys destructuring
Cursive has a good completion assistance for keywords already.
Only in map destructuring the keyword completion is not available, e.g. {:keys [my-keyw...]}
.
It would be nice if this could be added. :)
yeah, that'd be nice, but meanwhile you can use form like {:keys [:my-keyw...]}
and you get autocompletion ;)
That would be great indeed!