) I want to see all references of the button id in all the class's of an android project..
How can i do it? using something like find? iam using eclipse..
) I want to see all references of the button id in all the class's of an android project..
How can i do it? using something like find? iam using eclipse..
Comment out your button and Eclipse will generate error's on all the references to that button :-)
Of course you can also
search with Crtl+F
Or by
Menu -> Search -> References
Go to the
Search -> Search
Select
File Search
TabEnter your search text.
Highlight the object in Code, than
Press control shift g
which is the project shortcut for this path