Unfortunately @robert-stuttaford's suggestion doesn't work. Also searched the Jason's Gist but there's no such binding in there š
oh my goodness, iām sorry @martinklepsch, itās Alt-Shift-c
i think itās a core atom keybind
or else its part of another plugin
ha! indeed. Thanks Robert!
is there such a thing as a proto-repl leiningen template
all you need is one lein dependency, @torbjornvatn, so i donāt think so
I see that, but it could include the proto-repl-charts dependency and the [org.clojure/tools.namespace ā0.2.11ā]
in :dev as well
Clearing inline results is part of the Atom Ink package.
@torbjornvatn: I keep thinking I should make one of those. You should also have a dev folder on your classpath with a user.clj.
is any shortcut for jump to definition of function? I am trying atom editor with proto-repl
@jasongilman exactly, although Iāve managed without the dev folder. whatās the use case for the functions in user.clj?
@torbjornvatn They're based on the suggestions from Stuart Sierra with Clojure tools namespace. Check this out http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded
aaah, I see.
@kwladyka: cmd-alt-o if you're using a Mac. See keybindings at the bottom here https://github.com/jasongilman/proto-repl
@jasongilman you mean cmd-alt-, o ? doesnāt work for me
it open empty file
even if the definition of the function is in the same file when i click it
now i have Error trying to open: NullPointerException
ech i see
proto-repl:open-file-containing-var
has a bug
donāt work when space character is in directory