IDE Keybinds, Intellij, Netbeans
Can't remember all these shortcuts
Intellij | Netbeans | |||
---|---|---|---|---|
Linux | Mac OS | Linux | ||
Code | Format | ctrl+alt+l | alt+shft+f | |
Optimize Imports | ctrl+alt+o | ctrl+shft+i | ||
Generate... | alt+ins | cmd+n | ||
Refactor | Rename | shft+f6 | ||
Change Signature | ctrl+f6 | |||
Introduce Variable | ctrl+alt+v | |||
Introduce Constant | ctrl+alt+c | |||
Introduce Field | ctrl+alt+f | |||
Introduce Parameter | ctrl+alt+p | |||
Inline | ctrl+alt+n | |||
Selecting | ...By Context (more) | ctrl+w | opt+up | |
...By Context (less) | ctrl+shift+w | opt+down | ||
Run | Run Tests | shft+f10 | ctrl+r | alt+f6 |
SC | Commit... | ctrl+k | cmd+k | ctrl+k |