Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eldoc for Python includes 'self' argument #476

Open
piojanu opened this issue Jul 16, 2018 · 2 comments
Open

eldoc for Python includes 'self' argument #476

piojanu opened this issue Jul 16, 2018 · 2 comments

Comments

@piojanu
Copy link

piojanu commented Jul 16, 2018

Hi!

I've just started using ycmd and I see that ycmd eldoc for python includes 'self' argument in its print to echo area while hovering over class method. It's unwanted as indication in bold of which argument we are currently typing is shifter to left by one (as you all know, you don't pass self argument explicitly).

You can see it in here:
screen shot 2018-07-16 at 18 21 59

Is it a bug or "expected behaviour"? Can I change it somehow to not to include it? anaconda-mode-eldoc was showing it just fine, but I moved from it as I need something with multi-language support.

Thanks for your time!

@abingham
Copy link
Owner

I'm fairly sure that we're just showing the information provided us by the ycmd server. You might check with the ycmd project to see what they have to say.

I'll leave this open for now. If they can't/won't do anything about it, then we can consider what to do in the client. It could be they have a configuration parameter we can work with or something.

@piojanu
Copy link
Author

piojanu commented Jul 17, 2018

Yea, that seems reasonable, I will get in touch with them. Thanks!

EDIT: Issue on ycmd side ycm-core/ycmd#1066

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants