Does Intellij have any way to configure filtering of methods displayed to complete the code? For example, if I have a class that implements Collection, there are a large number of methods that will be displayed when you press Ctrl-Space or Ctrl-Shift-Space. I would like to be able to code only the methods of the current object. The ability to work with filtering methods of certain classes will also work.
This is especially annoying in Groovy due to the large number of collection methods. I rarely look for code for them since I know them, but they add a lot of noise to the code drop-down list.
source share