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

0
2 comments

Please see the Smart Beans Completion section from the documentation: https://www.jetbrains.com/help/idea/spring-settings.html#smart-beans-completion 

IntelliJ IDEA provides completion for beans that can be autowired and automatically injects matching beans when you enter at least three characters in a method. When disabled, you can still invoke bean completion manually.

You can control this behavior under Settings | Language & Frameworks | Spring:

1

Please sign in to leave a comment.