Does anyone have a cheat sheet for eclipse shortcut commands? I know a couple, like sysout and ctrl+shift+F, but there's obviously a lot more and I want to be a super efficient Eclipse user!
https://www.eclipse.org/getting-started/documents/eclipse-ide-keybindings.pdf Here is the link to a handy pdf, I would ctrl + s that one. (That’s the hotkey for save in eclipse)
Sysout for system.out.println
use CRTL + F10 and You ll get a list
Checkout this GitHub link https://github.com/pellaton/eclipse-cheatsheet
CTRL + Space comes in handy when you want eclipse to finish some started lines for you. Another neat one is clicking on a method call and pressing F3 when it highlights helps you find the method.