Can I use Android Studio's 'Find Useage' for Android SDK Source Code? -


one of useful functions in right-click , 'find useage' or 'see declaration'. code, 'find useage' show instances of function/object used.

i have sdk source code in too, can't 'find useage' on code. there way set projects can use 'find useage' on android sdk code? example, go android/platform /frameworks/.../configuration.java, right click on configuration, , see class being used elsewhere.

failing that, there way find useages short of grepping around massive sdk project?

yes, possible. can configure scope of search function.

move cursor on symbol want analyse, press ctrl+shift+a (search action) , search find usage setting or menu select edit -> find -> find usage setting , select project , libraries in scope section.

if menu item grayed out, it's because no symbol has been selected.

intellij find usage dialog

furthermore, if looking particular feature in search action function huge time saver.

btw: if project , libraries not available it's because there no usage of selected symbol in library.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -