6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studio いろいろ

Last updated at Posted at 2017-12-14

設定編

複数プロジェクトを別ウィンドウで開く

他のプロジェクトを参考にしながら、コーディングしたい時にこの設定にしておくと便利。
デフォルトだと他のプロジェクトを開くと、現在開いているプロジェクトが閉じられてしまいます。

設定方法
Preferences(Macのショートカットは「⌘ + ,」)から、
Appearance & Behavior -> System Settingsを開く

Project Openingの項目を
"Open project in new window" にすればOK
image.png

ショートカット編

経験則で書いているので、きちんと理解したい人はこちらをどうぞ
https://developer.android.com/studio/intro/keyboard-shortcuts.html

Search Everywhere

Shift2回押し

パス検索

プロジェクト内の文字列検索の時に使用しています
⌘ + Shift + f

定義元へジャンプ(定義元から参照先へジャンプ)

⌘ + b

開いているファイルのパスをコピー

⌘ + Shift + c

コードフォーマット

⌘ + alt + l

ドキュメントを表示

Ctrl + Space

6
4
1

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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?