Ctrl + Shift + R : To search the class names in your workspace
Ctrl + Shift +R |
Alt + Ctrl + H : To find the call history ( from which classes this method is called )
Alt + Ctrl + H |
Ctrl + O : To show inherited members ( variables + methods in the class )
Ctrl + O |
Ctrl + Shift + G : To search the variables or text used in the workspace
Ctrl + Shift + G |
Ctrl + F : To find and replace words in the class file.
Ctrl + F |
Ctrl + L : To go the line number of class
Ctrl +L |
Ctrl + Space : For auto complete
Ctrl + Space |
Ctrl + Shift + backslash : To comment the selected code
Ctrl + Shift + backslash |
Comments
Post a Comment