It seems to me like the bean completion proposals do not always show up when I would expect them to show up.
One example:
@Controller
public class TestClass {
public void foo() {
d<*>
}
}
shows up all the bean proposals containing a d, but not when the same class is annotated with @RestController instead of @Controller.