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

Completion is "noisy". #39

Closed
dpc opened this issue Feb 6, 2013 · 9 comments
Closed

Completion is "noisy". #39

dpc opened this issue Feb 6, 2013 · 9 comments

Comments

@dpc
Copy link

dpc commented Feb 6, 2013

image

YouCompleteMe seems to frequently print some stuff on commandline. This is distracting.

@Valloric
Copy link
Member

Valloric commented Feb 6, 2013

Yeah I don't know how to silence that. I've tried throwing silence in a few key places but it doesn't work. Would love to hear suggestions on this.

@dpc
Copy link
Author

dpc commented Feb 7, 2013

Well, I'm not an experienced Vim scripted, so I can't help other than reporting this issue.

Also, if there's no .ycm_extra_conf.py YouCompleteMe will brag about it every 2 seconds after you stop typing. :)

@Shougo
Copy link

Shougo commented Feb 7, 2013

This is Vim's feature. You cannot hide the completion messages.

@dpc
Copy link
Author

dpc commented Feb 7, 2013

If it is so, can we develop a patch for Vim and ask upstream to merge it?

@Valloric
Copy link
Member

Valloric commented Feb 8, 2013

I was worried that it was impossible to turn this off. Yeah, it would be great if Vim were patched to not emit this messages if possible.

Closing as there's nothing I can do to fix this.

@dpc Pull in the latest YCM changes; YCM should now only tell you once that there's no extra conf file if one's missing.

@Valloric Valloric closed this as completed Feb 8, 2013
@Shougo
Copy link

Shougo commented Feb 9, 2013

If it is so, can we develop a patch for Vim and ask upstream to merge it?

Sorry, I cannot. And I think it is too difficult to define the feature.

@ton
Copy link
Contributor

ton commented Feb 12, 2013

Setting noshowmode slightly alleviates the problem, with the drawback that mode switches are also no longer printed in the command line. Vim still prints 'Back at original' which is as far as I can tell a bug in Vim. 'Back at original' is printed because of the implicit C-P keypress. So, all in all, far from ideal unfortunately.

@Shougo
Copy link

Shougo commented Jan 9, 2014

I was worried that it was impossible to turn this off. Yeah, it would be great if Vim were patched to not emit this messages if possible.

I created the patch for this feature.

https://groups.google.com/forum/#!topic/vim_dev/WeBBjkXE8H8

It is reviewed by Mr.Bram and put in todo list.

@Valloric
Copy link
Member

Valloric commented Jan 9, 2014

Thanks for that @Shougo!

@hardboydu hardboydu mentioned this issue Jul 4, 2016
limbolily pushed a commit to limbolily/YouCompleteMe that referenced this issue Aug 9, 2016
Added -isysroot with a path as argument
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants