Can any one please tell me the difference of “Open Type” (Ctrl + Shift + T) and “Open Resource” (Ctrl + Shift + R) in eclipse.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“Open Type” lets you open any class, interface, or other compiled module no matter where it is located. “Open Resource” does the same thing for non-classes, etc (things like config files, images, etc).
Basically, both commands let you find different files quickly without having to search through the tree and directory structure.