pL4Gu33
pL4Gu33

Reputation: 2085

Eclipse auto complete doesn't work with lambda and types

I use Eclipse Oxygen.2 Release (4.7.2)

I try some lambda expressions and have the following problem:

I write the lambda parameters without types, Eclipse auto complete works fine:

If I write lambda parameters with types, no auto complete:

But I can write this on my own and all works fine:

Is this a bug in Eclipse? Can someone explain this behavior?

Upvotes: 11

Views: 2224

Answers (1)

howlger
howlger

Reputation: 34165

Yes, this is a known bug of Eclipse, which has not yet been fixed: Eclipse bug 460921.

Eclipse is open source and contributions to fix this bug are welcome.

Upvotes: 6

Related Questions