ifconfig
ifconfig

Reputation: 6842

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?

Upvotes: 10

Views: 13816

Answers (3)

uff simon
uff simon

Reputation: 150

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

Upvotes: 8

Akhil Dad
Akhil Dad

Reputation: 1814

On Mac

cmdG will find next occurrence in same file

cmdshiftG will find previous occurrence

On Mac: To find occurrences across the workspace

fnoption / altF7

Upvotes: 0

Marlon Patrick
Marlon Patrick

Reputation: 2456

Android Studio Shortcut: ctrlg

Eclipse Shortcut: ctrlshiftg

Upvotes: 5

Related Questions