Fork me on GitHub
#editors
<
2018-03-19
>
pez14:03:13

Now there’s I new version of the the Code extension just mentioned. It allows for evaluating clojure code in any file type (say, Markdown or whatever). It also lets you switch between evaluating cljc with either the clojure or the clojurescript repl session.

dominicm14:03:04

@pez that looks really cool

pez14:03:08

For the future development of the extension I’d like to know what you guys use in terms of ide/editor and plugins/extensions. And what you think is the killer features of that setup.

dominicm14:03:36

vim. verbs for evaluating text objects 😉

dominicm14:03:11

it works with parinfer too, I'm getting jealous

dominicm14:03:22

if neovim gets embedded into vscode, this would be a good sytem

pez14:03:37

I’m an old vi/vim user. Never heard of verbs though.

dominicm14:03:22

operators I mean 🙂

pez14:03:52

Parinfer is wonderful. I use it together with paredit and couldn’t live w/o them!

dominicm14:03:26

I need my parinfer back, but the inability to place comments at the end of a list makes it hard for me to use it alongside my colleagues

pez14:03:06

I wonder if it would be possible to hack parinfer to allow it.

dominicm14:03:36

it's something they're working on 🙂

pez14:03:08

Ah, that saves me tons of time. :face_with_cowboy_hat:

dominicm15:03:19

s/they/shaun/