NetBeans - some useful shortcuts
Ctrl+B jump to function/method/class declaration
Ctrl+P to view the method parameters inside the parentheses of the arguments
Alt+Shift+F (format code)
Ctrl+Shift+C comment
Ctrl+Shift+O to open Projects
Alt+Enter to show the autocomplete imports.
Ctrl+P inside function/method brackets - displays what parameters does the function/method take
Ctrl+Shift+DOWN to duplicate a line
Alt+Shift+DOWN to move down a line or selection of lines.
Alt+Shift+UP to move up a line or selection of lines.
Ctrl+Shift+C comment line or selection of lines.
Ctrl+G jump to line
Ctrl+H search/replace - love the regex search/replace
Knowledge keywords:
