You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, with yasnippet enabled the behavior is correct, that is expression is interpreted as a placeholder.
However, without yasnippet things aren't right.
It looks like I'm using company-template-c-like-templatify whose guess logic does not work right in this case. irony-completion-at-point works ok in this situation.
Not sure what to do, maybe company should be fixed, or irony has things that company does not, and irony should work around it.
A quick fix could be to not call company-template-c-like-templatify if there is no parentheses or square brakets, which is what company-template-c-like-templatify supports I think.
After completion of keyword 'return', looks like cursor position is incorrect:
I need to delete 'expression' manually after completion.
The text was updated successfully, but these errors were encountered: