Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
martinlippert opened this issue Jun 21, 2024 · 0 comments
Closed
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: bug

Comments

@martinlippert
Copy link
Member

@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.

@martinlippert martinlippert added type: bug for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion labels Jun 21, 2024
@martinlippert martinlippert added this to the 4.24.0.RELEASE milestone Jun 21, 2024
@martinlippert martinlippert self-assigned this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: bug
Projects
None yet
Development

No branches or pull requests

1 participant