How do I compile my code in Eclipse using keyboard shortcut key? I have Googled this but could not find any answer.
In addition, if you know how to move through different tabs in Eclipse using keyboard short cut key, please tell me that too.
|
How do I compile my code in Eclipse using keyboard shortcut key? I have Googled this but could not find any answer. In addition, if you know how to move through different tabs in Eclipse using keyboard short cut key, please tell me that too. |
||||
|
|
Ctrl + F6, and then tap F6 to navigate through the tabs.
The shortcut key can be found in the respective menu item. For a list of all Eclipse shortcut keys, use Ctrl + Shift + l Reference: Effective Eclipse: Shortcut keys. |
|||
|
|
|
For full project it is ctrl + B (build all), this will compile your code. For individual java class please use ALT + SHIFT + X and then J, this will compile and run the java application. |
||||
|
|
|
How to switch between open tabs: CTRL + F6 will give you a list of open tabs that you can scroll through. Alt + (left or right arrows) does switch tabs, but it in a very odd way. Best Approach is : Ctrl + Page Up, Ctrl + Page Down How to compile: Ctrl + B is the general way. A few more useful shortcuts: http://javarevisited.blogspot.in/2010/10/eclipse-tutorial-most-useful-eclipse.html |
||||
|
|
|
In Eclipse to find out about the existing keyboard shortcuts or to change them, go to |
|||
|
|