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
mauricio.szabo 2020-10-29T17:47:25.132400Z

Ok, so... I was looking at VSCode API for Clover, and I believe I have good news. It's possible to register "tasks", and they can be registered dynamically. Also, you can register keybindings to tasks. so this means that the newer version of Clover will be able to be almost as configurable as Chlorine!

👍 1
mauricio.szabo 2020-10-29T17:47:40.132500Z

seancorfield 2020-10-29T17:51:15.133300Z

Nice! So the whole cljs config thing from Chlorine could be ported over to Clover/VS Code?

mauricio.szabo 2020-10-29T17:52:35.134700Z

Yes, exactly! It's possible that it can be literally copy-pasted, without needing to adapt code between versions

mauricio.szabo 2020-10-29T17:52:45.135100Z

This means that it's dotfiles friendly too

seancorfield 2020-10-29T17:53:03.135400Z

If all my customizations for Atom/Chlorine can work on VS Code/Clover, I would probably switch to VS Code 🙂

seancorfield 2020-10-29T17:54:49.136100Z

I'm happy to do early testing if/when you think Clover is ready -- will it have the same "editor" API that Chlorine has?

mauricio.szabo 2020-10-29T17:56:15.137600Z

Yes, that's the idea. In fact, I believe that the editor API is already working, I just need to wire some callbacks to VSCode