Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio show function references?

In Visual Studio 2012, I know you can enable the ability to display the references to a function above the definition. See This link: http://blogs.msdn.com/b/vcblog/archive/2009/11/17/improvements-to-find-all-references-in-visual-studio-2010.aspx.

Is that possible in Android Studio?

like image 963
ifconfig Avatar asked Jul 27 '14 04:07

ifconfig


1 Answers

Eclipse Find references equivalent in Android Studio is Find usages on right click.

like image 179
uff simon Avatar answered Oct 02 '22 18:10

uff simon