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

+14 votes
asked in CSC305 Fall 2023 by (1 point)

2 Answers

+4 votes

Here's a list of keyboard shortcuts for some commands.

https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html

Also, I recently learned that if you type "sout" and then ENTER, it types out the whole System.out.println() for you. :-)

But... what other time saving tips can folks find?

answered by (508 points)
+1

Is there some shortcuts for terminal as well?

+2 votes

You can use CTRL-click to get you to where the clicked object is defined anywhere in the code.

answered by (1 point)
...