Eclipse is famously known for the Java Development Environment of IBM and it is additionally accessible for PHP as well.
It is open-source and upheld on Windows, Mac, Linux, Solaris, and some other stages. Numerous libraries are as of now introduced on it to give the accompanying highlights.
Since Eclipse apparatuses are open source, they are immediately refreshed with the most recent innovation that can be incorporated into existing code.
COMMANDS | DESCRIPTION |
Eclipse Source code Shortcut keys | |
Shift+Ctrl+F | Format code |
Ctrl+I | Indent Line |
Shift+Ctrl+O | Organize Imports |
Ctrl+2 F | Quick Assist Assign to field |
Ctrl+2 L | Quick Assist Assign to local variable |
Ctrl+2 R | Quick Assist Rename in file |
Shift+Alt+R | Rename In File |
Ctrl+. | Next warning |
Ctrl+Q | Last Edit Location |
CTRL+SHIFT+O | Organize imports. |
Ctrl+O | Quick Outline |
CTRL+E | Shows you a list of all open editors. |
Eclipse Text Editing Shortcut keys | |
Ctrl+Alt+Down | Copy Lines |
Ctrl+D | Delete line |
Ctrl+Backspace | Delete Previous Word |
Shift+Ctrl+Delete | Delete to End of Line |
Shift+Enter | Insert Line Below Current Line |
Alt+Down | Move Lines Down |
Shift+Ctrl+Y | To Lower Case |
Shift+Ctrl+X | To Upper Case |
Eclipse Search Shortcut keys | |
CTRL+SHIFT+T | Search and open type |
Shift+Ctrl+K | Find Previous |
Shift+Ctrl+P | Go to Matching Bracket |
Shift+Ctrl+Down | Go to Next Member |
Ctrl+H | Open Search Dialog |
Shift+Ctrl+G | References in Workspace |
Eclipse Window Shortcut keys | |
Ctrl+F6 | Next Editor |
Ctrl+F8 | Next Perspective |
Ctrl+F7 | Next View |
Shift+Ctrl+F6 | Previous Editor |
Shift+Ctrl+F8 | Previous Perspective |
Ctrl+F10 | Show Ruler Context Menu |
Alt+ | Show System Menu |
Eclipse EDIT Shortcut keys | |
Alt+/ | Content Assist |
CTRL + / | Comment/Uncomment lines |
Shift+Ctrl+K | Find Previous |
Ctrl+J | Incremental Find |
Shift+Ctrl+J | Incremental Find Reverse |
Ctrl+1 | Quick Fix |