-
Notifications
You must be signed in to change notification settings - Fork 308
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
clang_complete only automatically complete after ->, ., :: ? #563
Comments
It can't on its own, but see #561 for two plugins that can make clang_complete work this way. |
thank you ! but, here i refer to C/C++, In addition, if I input "std::stri", and type "Backspace" to delete the last character 'i', the complete will disappear, it won't appear even though I input 'i' again, is there any way to reserve it ? |
Neo/mucomplete make completion appear after you type several characters automatically. If you just want to trigger the completion manually, press Ctrl-XCtrl-U. |
Thanks! I'll try it. |
For headers, see #550. It also requires additional plugins. |
Learn it, Thank you |
can clang_complete complete after other charachers ?
The text was updated successfully, but these errors were encountered: