Android Studio shortcuts like Eclipse

前端 未结 20 1137
后悔当初
后悔当初 2020-12-04 05:19

I am new to Android Studio and want to know about shortcuts. In Eclipse we use shift-ctrl-O for importing. In Android Studio we use alt-enter. My ques

20条回答
  •  独厮守ぢ
    2020-12-04 05:58

    These are some of the useful shortcuts for Android studio (Windows)

    • Double Shift - Search EveryWhere

    • Ctrl + Shift+A - quick command search

    • Ctrl +N - Find Class (capable of finding internall classes aswell)

    • Ctrl +Shift+N - Find File

    • Alt+F7 - Find Uses (To get the call hierarchy)

    • Ctrl+B - goto class definition.

    • Ctrl+LeftClick - goto to symbol(variable, method, class) definition/definition.

    • Ctrl+Alt+Left - Back

    • Ctrl+Alt+Right - Right

    • Shift+f6 - Refactor/Rename

提交回复
热议问题