| Operation | Shortcut | Purpose |
| Open Resource | Ctrl+Shift+R
| Open Resource (file, folder or project)
|
| Ctrl + Shift + T | Open Resource (file, class file)
|
| Ctrl + T | Open implementation |
| Save | Ctrl+S
| Save current file
|
| Ctrl+Shift+S
| Save all files
|
| Close | Ctrl+W
| Close current file
|
| Ctrl+Shift+W
| Close all files
|
| Navigate through file | Ctrl + Home
| Jump to beginning of file
|
| Ctrl +L
| Jump to Line Number.
|
| Ctrl + End
| Jump to end of file
|
| Ctrl+K/Ctrl+Shift+K
| Find previous / find next occurrence of search term
|
| Formatter | Ctrl+Shift+F
| Autoformat all code in Editor using code formatter
|
| Java doc | Alt+Shift+J
| Add Element Comment
|
| Assistance | Ctrl+Space
| Opens Content Assist (e.g. show available methods or field names)
|
| Ctrl+1
| Open Quick Fix and Quick Assist
|
| Search
| Ctrl+Alt+H
| Open Call Hierarchy
|
| Ctrl + H
| Search
|
| Refactoring | Alt+Shift+R
| Rename selected element and all references
|
| Alt+Shift+M
| Extract selection to method |
No comments:
Post a Comment