Hide Spring bean components from code completion dialog
已回答
How to hide this spring completion suggestion? I want to see only my method and fields, not the spring components

请先登录再写评论。
Please see the Smart Beans Completion section from the documentation: https://www.jetbrains.com/help/idea/spring-settings.html#smart-beans-completion
You can control this behavior under Settings | Language & Frameworks | Spring:
Egor Klepikov Thank you