I've recently started using Eclipse CDT for a MingW project and I'm missing Visual Studio already. The code completion seems to only trigger when i press Ctrl + Space
or after a .
, ->
, or ::
.
I've seen a few answers that address this, however, they don't seem to hold up anymore. (Eclipse CDT doesn't even have the field mentioned in this post.
Does anybody know how to trigger Eclipse CDT's auto-completion after each keypress?