My favorite shortcuts in Eclipse

Below are the shortcuts that I like to use in Eclipse while doing my project.

ctrl + shift + r --> to search for specific file name within my projects.
ctrl + f : to search for specific words or when I want to replace certain words.
ctrl + h --> file search : searching for specific words that reside in any files within my project.
ctrl + i : to easily fix indentation in my code
ctrl + / : to easily comment certain lines of codes
right click --> source : all the functions that make jobs easy such as generate element comment,generate getter setter,generate constructor etc.

0 comments:

Post a Comment