protorepl

matan 2018-02-22T14:19:05.000093Z

this list looks quite endless 🙂

matan 2018-02-22T14:19:11.000335Z

I mean in the gist

matan 2018-02-22T14:19:51.000413Z

I mainly only miss a more pronounced way of seeing the opposite paren/bracket of the one my cursor is on, do any of those do that?

matan 2018-02-22T14:41:54.000297Z

Some proto-repl commands don't show up or don't work for me, e.g. run all tests does nothing... not sure how to go about it

matan 2018-02-22T14:45:06.000484Z

Last question ― anything in the universe that will make atom jump to the line of code that crashed the run/test?

justinlee 2018-02-22T15:41:14.000628Z

@matan the gist does look long but it really only takes about 20 minutes to set up

justinlee 2018-02-22T15:42:39.000218Z

the protorepl commands don’t work unless you’ve got a functioning repl set up and connected. i have found that a lot of the functionality (like jumping to source or getting docstrings) just doesn’t work with my clojurescript setup. it works pretty well with a clojure repl though.

justinlee 2018-02-22T15:43:26.000874Z

in terms of bracket highlighting I use a silly little package called bracket-matcher-highlight. it isn’t exactly what i want but it serves

justinlee 2018-02-22T15:44:09.000017Z

it’s a replacement for bracket-matcher so you should turn that off if you install the higlighter

koala punch 2018-02-22T16:24:28.000791Z

does anyone else have a problem with proto-repl not cleaning up its process when you close atom?

koala punch 2018-02-22T16:24:38.000449Z

i saw the github issue for it https://github.com/jasongilman/proto-repl/issues/291

koala punch 2018-02-22T16:24:55.000316Z

does anyone use a workaround that doesn’t involve manually killing the process via the terminal? 🙂

justinlee 2018-02-22T16:29:12.000668Z

same issue. it is super annoying. i connect via nrepl instead of starting processes

seancorfield 2018-02-22T16:34:25.000851Z

I've taken to shutting down my REPL with (System/exit 0) 😃

koala punch 2018-02-22T17:42:32.000385Z

well

koala punch 2018-02-22T17:42:43.000476Z

i didn’t realise i could connect via a network repl

koala punch 2018-02-22T17:42:46.000476Z

that is maybe an option

koala punch 2018-02-22T17:42:53.000316Z

i think i tried before but i couldn’t get it to work

koala punch 2018-02-22T17:42:56.000040Z

maybe i’ll tyr again