Android Studio shortcuts like Eclipse

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

    Yes you can go to File -> Settings -> Editor -> Auto Import -> Java and make the following changes:

    1.change Insert imports on paste value to All in drop down option.

    2.markAdd unambigious imports on the fly option as checked.(For Window or linux user)

    On a Mac, do the same thing in Android Studio -> Preferences

    3.You can also use Eclipse shortcut key in Android Studio just go to in Android Studio

    File -> Settings -> KeyMap -> Keymaps dropdown Option. Select from them

    Thankyou

提交回复
热议问题