Fork me on GitHub
#protorepl
<
2016-12-26
>
jasongilman21:12:59

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.

jasongilman21:12:05

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

luke.defeo22:12:23

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.defeo22:12:22

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