Reputation: 6842
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
Reputation: 150
Eclipse Find references
equivalent in Android Studio is Find usages
on right click.
Upvotes: 8
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
Reputation: 2456
Android Studio Shortcut: ctrlg
Eclipse Shortcut: ctrlshiftg
Upvotes: 5