Fork me on GitHub
#cider
<
2017-03-22
>
xiongtx18:03:41

@vadlamak You should be able to: 1. lein repl 2. cider-connect 3. Choose localhost 4. Choose the connection you want

vadlamak18:03:25

thanks for pointing me to the right channel

vadlamak18:03:31

i am with you with 1, 2 and 3

vadlamak18:03:38

but i get asked for a port

vadlamak18:03:12

and that’s where i am lost

tanzoniteblack18:03:07

@vadlamak when you ran lein repl it will output a line like nREPL server started on port 50762 on host 127.0.0.1 - ;> you can use the port from that

xiongtx18:03:07

Hit TAB to see completions

xiongtx18:03:03

You should see a choice like <project>:<port>

vadlamak18:03:48

was doing

lein run
and not
lein repl

vadlamak18:03:09

did not know about

TAB

xiongtx18:03:10

I don’t know how familiar you are w/ emacs, but check out Helm: https://github.com/emacs-helm/helm

xiongtx18:03:33

Makes completions much easier

vadlamak18:03:11

not a whole lot as you can tell…have been at it for a few weeks

vadlamak18:03:19

will check helm

richiardiandrea19:03:56

How to disable company-mode completion in docstrings?