0

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?

Community
  • 1
  • 1
Charles W
  • 2,262
  • 3
  • 25
  • 38

1 Answers1

1

Unfortunately, the latest version of CDT only has autocomplete after the ., -> and :: characters. So you cannot use the hack you mentioned.

So your best option is to use Ctrl+Space to trigger the autocomplete at any point.

Caius Brindescu
  • 607
  • 4
  • 13