LoginSignup
0
0

More than 5 years have passed since last update.

Eclipse のあのショートカットキー(Android Studio移行者向け)

Posted at

Eclipse から Android Studio へ移行した時に、ショートカットキーで戸惑ったのでメモ。

実行(Run)

Shift + F10

デバッグ(Debug)

Shift + F9

名前変更(Rename)

Shift + F6

インポートの編成(Organize Imports)

Eclipse だとショートカットキーを押して必要なパッケージをインポートしていたけど、Android Studio では、自動でインポートしてくれる。便利!

設定方法
1. File -> Settings... -> Editor -> General -> Auto Importを開く
2. Optimize imports on the fly にチェック 
3. 最後に OK をクリック

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0