I'm currently focusing on learning just the core concepts of Java and not diving into any frameworks or libraries. I'm wondering if it's beneficial to install extensions like "Language Support for Java" by Red Hat. Will these tools make a significant difference in my learning experience?
2 Answers
Definitely go for basic extensions like the "Language Support for Java" by Red Hat! They really help with things like syntax highlighting, spotting errors before you compile, and even autocomplete. These tools won't do the learning for you, but they definitely make the process smoother. Just remember to keep it simple, so you don't get overwhelmed with too many features.
If you're using VS Code, you'll find it pretty limiting for Java without the right extensions. Honestly, if you're familiar with VS Code, it's okay, but you might want to consider IntelliJ or Eclipse instead. They generally offer a more robust experience for Java development.
I have a pretty old laptop—a 11-12 year old i3 with 6GB RAM and an SSD. Do you think IntelliJ or Eclipse will run well on it, or should I stick with VS Code?