Will Whitney
Will Whitney
:+1:
@minrk Makes sense. Do you have an idea of what the `metadata` key was meant for, and if this would be a reasonable use of it?
@gibiansky: Fernando mentioned you would be a good person to loop in on this, since you've done some interesting things with completion in IHaskell. Likewise @Rickasaurus @prosconi — if you...
@prosconi Love the idea of having `documentation`, and possibly even a `docs_link` as well.
@gibiansky an interesting example of something like this is the Atom [autocomplete provider api](https://github.com/atom/autocomplete-plus/wiki/Provider-API). They impose no semantic meaning on completions, but instead have them specify their the UI itself...
@Carreau I've definitely been thinking about things like this. Being able to tab through the parameters to enter values is a great feature in IDEs. This API proposal should support...
They exist only in `complete_reply`, not in `complete_request`: http://ipython.org/ipython-doc/stable/development/messaging.html#completion The way Atom handles completion in multiple selection is that it only completes on one of them (the last one added,...
Only the location that showed the completion, unless they're all the same. 
@ellisonbg I'll do a Python implementation as well.