Eclipse's Ctrl+1 in IntelliJ and Android Studio

Viewed 20214

I really like the Ctrl+1 shortcut (hints for errors and mini refactorings) in Eclipse. Is there an equivalent for it in IntelliJ and Android Studio?

6 Answers

Try pressing CTRL + ALT + v.

It will give the return type exactly of that method.

I think the "Other -> Show Context Actions" is very close to Ctrl+1 in Eclipse.

Related