Here are what I consider the top 10 NetBeans shortcut keys that every Java programmer should know:
1. Ctrl+Space - Open Code Completion
2. Alt+Shift+F - Reformat Code
3. Ctrl+Shift+I - Fix Imports
4. Ctrl+/ - Add/Remove // comments
5. Ctrl+Shift+O - Go to Type / File
6. Alt+Enter - Show suggestion
7. Ctrl+[ - Move to matching bracket
8. F6 - Run Project
9. Shift+F6 - Run File
10. Shift+F1 - Search Javadoc
For a complete list of keyboard shortcuts, select Keyboard Shortcuts Card under the Help menu.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment