-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support optionally inserting function arguments #13
Comments
What do you want exactly:
|
Thanks, I wasn't aware of that. How is the optional yasnippet support in company-irony enable? |
Indeed, it's noted here: https://github.com/Sarcasm/irony-mode#elisp-dependencies But it should totally appear in company-mode documentation too, I leave this issue open until it's done. To have it enabled you just have to have yasnippet ( In my case I have installed yasnippet and enabled it via |
Fantastic, thanks! Now working as I'd hoped. |
The company-clang backend has
company-clang-insert-arguments
option that defaults to on.A similar option for the irony backend would be great.
The text was updated successfully, but these errors were encountered: