Is there anything like ctrl + shift + T of eclipse in Android studio to see Open Type Window

一个人想着一个人 提交于 2020-01-17 04:29:07

问题


I just want to check some imported class belongs to which jar , that is it. There is alternative by checking each jar for the same package included in my code but i have lot of jar file included in my project , so i am specifically looking for the shortcut like eclipse

Thanks In advance. Yash.


回答1:


Ctrl + n to open up the class view and there you can see from which jars the classes come from.

When you press it once it shows just for local modules/projects. When you press it twice it includes your libraries and you will see it shows where it comes from to the right

.



来源:https://stackoverflow.com/questions/33301159/is-there-anything-like-ctrl-shift-t-of-eclipse-in-android-studio-to-see-open

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!