0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Android Studioのファイルナビゲーションを爆速にするショートカット術【Mac】

Posted at

Android Studioを使っていて、今のファイルどこだっけ?という経験あると思います。

全能検索

  • やり方:Shift キーを2回すばやく押す
  • 検索できるもの(例):
    • クラス名・ファイル名・メソッド名
    • リソース名(例:colors.xml

最近使ったファイルに瞬間移動

  • 直近で開いたファイル履歴を表示

定義ジャンプ

  • シンボル(変数・関数・クラス名)にカーソルを置いてCommand + B押すと、定義元にジャンプ
  • 同様に Command + Click でもジャンプ可能

主によく使うのはこちらだと思います。
ショートカットは覚えると便利なので、活用してみてください。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?