Fork me on GitHub
#cursive
<
2019-12-19
>
cfleming20:12:02

@pavel.klavik Yes, the let-binding selection would be nice. One little advertised feature is that you can move let bindings and map entries up/down by placing the caret at the start of the value. So:

(let [a 10
      |b 11])

cfleming20:12:38

If you do a “Move form up” command at that point, the whole b 11 will be moved.

Pavel Klavík20:12:28

Thanks, this is very useful to know 🙂. Will start using.

Pavel Klavík20:12:55

But it is still useful when you want to copy/cut the pair, etc., also very useful for map literals.

Pavel Klavík20:12:23

Another feature I am missing is a support for HugSQL, missing autocompletion and wrong highlighting of HugSQL functions makes using it much harder.