chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
William Skinner 2020-10-21T18:58:10.096Z

Is there a way to "paste" the value of a var into the atom editor? Looking for a shortcut to printing it, selecting it and copy pasting into the editor.

seancorfield 2020-10-21T19:02:48.096900Z

I used to have a hot key for that in my atom-chlorine-setup but I wasn't using it very often so I removed it. Not sure if that was with the old API or the new one...

seancorfield 2020-10-21T19:11:32.097400Z

Can't find it in my history, sorry 😞

mauricio.szabo 2020-10-21T19:13:33.099100Z

@skinner89 You can do these operations separately today. Do you want something that will do this automatically? I believe with Chlorine you can go until the "copy to clipboard" part

seancorfield 2020-10-21T19:16:17.100100Z

My customization used to do the eval and then insert the value as a comment into the editor -- not sure if the editor API exposed to the cljs/sci stuff still supports an "insert" operation @mauricio.szabo?

William Skinner 2020-10-21T19:17:54.100700Z

I just found that clipboard button @mauricio.szabo. That much easier than dragging a selection around the value manually at least!

🦜 1