I'm running Mars 4.5.1. Content Assist isn't working at all inside the code blocks of lamba expressions.
obj.doSomething(param1 -> {
// Content Assist doesn't work here
}
Anything outside of the code block auto completes fine. Ex: param1 would correctly display content assist.
It was supposedly fixed in 4.5.0, but that doesn't seem to be the case for me.
When I try to manually set 1.8 compatibility by unchecking "Use default compliance settings", the box gets re-enabled every time I exit preferences. Compiler compliance level is set at 1.8 to no avail.