ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.44k stars 2.81k forks source link

does not offer parameter names for python functions #1194

Closed cyboflash closed 10 years ago

cyboflash commented 10 years ago

Documentation says that python completion should work out of the box, however I don't see any parameter names in the functions, i.e something like this

screenshot_function

Is this a bug in the way YouCompleteMe uses jedi-vim or there is really an issue?

vheon commented 10 years ago

That is something that is on the Todo list of @Valloric I think but not yet implemented. And that doesn't mean that the completion do not work: YCM uses jedi internally as the engine for python code so It does work but at the moment it doesn't have a system for templating the arguments.

cyboflash commented 10 years ago

Python completion works for me. I just thought since jedi is built-in parameter names will also be show. I guess I will have to wait.

vheon commented 10 years ago

Do not confuse jedi and jedi-vim

cyboflash commented 10 years ago

My bad