protorepl

jasongilman 2016-12-26T21:23:59.000369Z

Proto REPL Sayid is available for alpha testing now. See the instructions here https://github.com/jasongilman/proto-repl-sayid. I'll be offline but asynchronously answering any questions here as I get time.

😮 4
jasongilman 2016-12-26T21:25:05.000371Z

There's still a few things that need to get resolved but I'm pretty happy with the way things are working now.

luke.defeo 2016-12-26T22:22:23.000372Z

hey maybe i didnt explain clearly, i too know next to nothing about ctags but it seems to be the mechanism by which atom provides symbol search when you do symbol search, cmd r by default on the mac or go to declaration / find usages. You have to do some pretty clunky setup to get this to work so as you are able to parse the symbols for the autocomplete i thought maybe it would be within scope of proto repl.

luke.defeo 2016-12-26T22:23:22.000373Z

Ill try and do some more research to see how this ctags thing works, it pretty rudimentary, cursive actually has a ast it uses to provide assistance such as refactoring, jump to symbol and usuage search so it might not be possible