Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+25 votes

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!

asked in CSC305 Fall 2022 by (1 point)

4 Answers

+11 votes

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)

answered by (3.3k points)
+6 votes

Sysout for system.out.println

use CRTL + F10 and You ll get a list

answered by (1 point)
+6 votes
answered by (1 point)
+6 votes

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.

answered by (1 point)
...