I\'m switching over from Eclipse to IntelliJ. In Eclipse, if you do Ctrl+O in the editor, it will show a hover popup that allows you to search for a me
You can type "this." and wait a second, a popup with methods and properties will display.
this.
Not a shortcut, but it works for me.
PS: if you are in a static method, type the class name.