Is there anything like ctrl + shift + T of eclipse in Android studio to see Open Type Window
- 阅读更多 关于 Is there anything like ctrl + shift + T of eclipse in Android studio to see Open Type Window
问题 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