protorepl

luke.defeo 2016-12-24T01:06:33.000358Z

Hey love this project, one thing, adding proto-repl to my projects dependencies seems a bit heavy handed, is there any way to get completion and the other features without polluting my project in this way. Is there a reason this code cant be bundled with the atom package?

luke.defeo 2016-12-24T01:25:25.000359Z

nvm i managed to get it into the user profile in profiles.clj and it seems to be working for all projects now 🙂

👍 1
luke.defeo 2016-12-24T15:10:30.000361Z

Ok heres another question, im trying to get ctags to work in atom, ive got it to generate tags for my source files, but it seems to be a manual process, also it doesnt generate tags for librarys, i could probably get it do this with more effort buts not exactly user friendly. Seeing as proto-repl is able to feed all the clojure symbols (from my code, and libs) to the autocomplete system is it able to do a similar thing for the symbol navigator

luke.defeo 2016-12-24T15:11:50.000362Z

appoligies if this is an ignorant question. i was using cursive where it all (kind of) 'just worked' and im trying to replicate that environment in atom

jasongilman 2016-12-24T17:28:36.000363Z

I'm a little confused and it may be ignorance on my part. I only barely know what ctags are. Proto REPL already has autocomplete. What do you use ctags for if not completion?

jasongilman 2016-12-24T17:30:35.000364Z

Or maybe part of autocomplete isn't working for you. Proto REPL requires a running REPL to support the auto complete. As long as your library has been loaded in your project you should be able to get autocomplete for everything.

jasongilman 2016-12-24T17:31:28.000365Z

Cursive is more sophisticated than Proto REPL in this regard. It can do autocomplete without the REPL.