Android Studio shortcuts like Eclipse

前端 未结 20 1206
后悔当初
后悔当初 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:57

    Android Studio is built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains. This allows the user to select their own keymap (supporting different IDE shortcuts in your IDE).

    You can use "Mac os X, Visual studio, Eclipse, Netbeans etc.. shortcuts in your Android Studio by doing the following:

    File -> Settings -> Keymap -> choose "Eclipse" from dropdown.

    OR press Ctrl+Alt+S -> keymap -> choose "Eclipse" from dropdown like this.

提交回复
热议问题