Skip to content

[bean completion proposals] completion proposals sometimes do not show up #1475

@martinlippert

Description

@martinlippert

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions