-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ignore on inline comments #39
Comments
Yeah I've noticed this and have found it slightly annoying, it would be nice to not have it. |
Hm... |
@Shougo Its meaning is add implements to deoplete? |
neocomplete implements near feature: |
@Shougo Ok, I check it now. |
@Shougo I understand. e.g. (sloppy...) let neocomplete.within_comment = neocomplete#helper#get_syn_name(1) =~? '"' |
Yes, but it is slow. |
@Shougo Oh... Tentatively, realized in this. based by #19 Is this also slow? |
YCM has this option Which is a setting to enable/disable inside And For enabling/disabling inside Would be great if could have it inside |
It is not slow. But it is too hard to parse the comment correctly. |
@fatih I think YCM already implements same feature with neocomplete. |
I have added |
@Shougo Thanks!
I understand. sure, it seems difficult... |
I have implemented "disabled_syntaxes" feature. |
Currently, complements even during inline comments.
e.g.
I don’t mind either way.
Please let us know what you think.
The text was updated successfully, but these errors were encountered: