ahsan.dev
ahsan.dev

Reputation: 586

How to override method via keyboard shortcut in Android Studio

I can finally ask a question to get my points up.

In android studio, I want to be able to override the method, however I do not know the keyboard shortcut. Does anyone know?

Upvotes: 54

Views: 70598

Answers (4)

Ragnar
Ragnar

Reputation: 2690

CTRL + O

For more shortcut look here (archive.org mirror)

Upvotes: 47

Alupotha
Alupotha

Reputation: 10093

You can not remember all shortcuts :)
Android Studio(actually Intellij) has a solution

quick command search : ctrl+shift+A

screenShot of SearchBox

if you have more memory here it is CTRL + O

Upvotes: 123

LearningToCode
LearningToCode

Reputation: 11

ctrl + o -> windows shows overriden method in Android Studio

Upvotes: 1

GabrielOshiro
GabrielOshiro

Reputation: 8322

Windows and Linux CTRL + O

Mac ^ + O


Complete IntelliJ shortcuts

Windows and Linux

MacOSX

Upvotes: 13

Related Questions