Hi,
On Oct 5, 11:02 am, Tim Sally <
t...@activeattack.com> wrote:
> At the moment I'm only interested in the documentation lookup
> functions, so I did not start the nailgun server. I had assumed that
> the nailgun server was only necessary for evaluating code, but I
> didn't read the README carefully enough. Starting the server was the
> missing step.
The documentation lookup basically retrieves the doc metadata from the
Var in question. So it needs to have the server running. Otherwise it
would be pretty hard to have doc lookup for libraries involved: you
have to somehow generate offline documentation, put it somewhere, tell
VC where this "somewhere" is... Using the server for doc lookup Just
Works(tm). Instantly. For everything providing docstrings. Without
further configuration needed. So my decision went with the dynamic
lookup.
Sincerely
Meikel