Hide Spring bean components from code completion dialog
Answered
How to hide this spring completion suggestion? I want to see only my method and fields, not the spring components
Please sign in to leave a comment.
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