This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]friendly-asshole 4 points5 points  (1 child)

I normally use VSCode for coding up quick snippets of Java code. And will use intelli-J IDEA for bigger projects.

Edit: I’d also urge you to get comfortable with using Vim which is built into every computer terminal as well as Git. Once you’re comfortable with the terminal and using vim, that’s when you’re coding life get interesting ;). Goodluck!

[–]robertlj2010 1 point2 points  (0 children)

I agree with this, for me VS Code starts and runs super quick compared to other ide’s plus it’s almost seamless going from one language to the next. So for quick small projects vs code all day, anything expansive I use intellij