Skip to content

avoid mapping content-assist proposals to show up at class level #1280

Closed
@martinlippert

Description

@martinlippert

@GetMapping... (and similar) content-assist proposals show up for controller classes nicely, but they also show up when typing @ at the class level, e.g.:

@Controller
<*>
class OwnerController {
...

This should be improved to not have misleading proposals showing up there.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions