Jiro Laboratory

C#、ASP.NET、JavaScript、Androidとか

Android Studio - Tip of the Day:Alt + F7 でクラスやメソッド、変数の使用箇所をgrepできるよ

クラスやメソッド・変数の名前、またはそれらが使用されているコード上で Alt + F7 を押すと、使用箇所のgrep結果を表示できます。

You can quickly find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code and pressing Alt+F7 (Edit | Find | Find Usages in the popup menu).