Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the "show implementation" shortcut in Android Studio?

The key combination I use most in Eclipse is Ctrl + Click. It shows me the implementation of a method. In Android Studio, it shows me the interface, not the implementation.

There doesn't seem to be a "show implementation" shurtcut in Android Studio, or is there?

like image 938
Christine Avatar asked Sep 07 '25 15:09

Christine


1 Answers

Its

Ctrl + Alt + B for Go to implementation(s) into Windows and Linux.

Reference : Key Commands and here is full commands for Windows/ Linux users and for Mac users. Search for "Go to implementation(s)"

like image 57
Pankaj Kumar Avatar answered Sep 09 '25 03:09

Pankaj Kumar