Do I Need Extensions for Learning Core Java?

0
0
Asked By TechSavvyDude42 On

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

Answered By CodeGuru99 On

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.

Answered By OldSchoolCoder88 On

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.

TechSavvyDude42 -

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?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.