I'm Calin Baenen – AKA KattyTheEnby – a programmer born October 30th, 2006.
I love programming, it has been my passion since I was a kid, and will forever be my passion.
Without an IDE you can of course do a serious exploration of the details of the language. But that's quite different from using Java in a professional setting, which is what my prior use of 'serious' referred to.
It's comparable to using Git (or another modern version control system): you can do coding without it, but you can't do professional software development without it.
I'm Calin Baenen – AKA KattyTheEnby – a programmer born October 30th, 2006.
I love programming, it has been my passion since I was a kid, and will forever be my passion.
Give intellij a try, in opens class files with no issues. A class file is bytecode, and needs to be disassembled before you can see it, intellij does this on the fly. Vscode is obviously having issues with it. I agree intellij is built solely for Java projects so it is considered a bit more professional. Though using the tool best for the job is entirely up to you. I personally wouldn't use vscode for Java.
I'm Calin Baenen – AKA KattyTheEnby – a programmer born October 30th, 2006.
I love programming, it has been my passion since I was a kid, and will forever be my passion.
I wouldn't say is useless, I use it a lot for web dev, and python. It has tons of extensions and it's great, but for Java it just can't compete with Intellij. Intellj is built specifically for Java, all the way from how you setup projects, setup libraries, even using other jvm languages like kotlin, groovy, etc. Intellj has the whole ecosystem ready for you, built long before vscode was here. It also has great documentation specifically for Java.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Are you implying not using an IDE, e.g. (like) Eclipse, means that you can't do "serious" Java development?
Without an IDE you can of course do a serious exploration of the details of the language. But that's quite different from using Java in a professional setting, which is what my prior use of 'serious' referred to.
It's comparable to using Git (or another modern version control system): you can do coding without it, but you can't do professional software development without it.
So is VSCode, in that sense, not a "serious" IDE?
Give intellij a try, in opens class files with no issues. A class file is bytecode, and needs to be disassembled before you can see it, intellij does this on the fly. Vscode is obviously having issues with it. I agree intellij is built solely for Java projects so it is considered a bit more professional. Though using the tool best for the job is entirely up to you. I personally wouldn't use vscode for Java.
What is VSCode good for then, because now it just seems like shit, with how useless it is to me.
I wouldn't say is useless, I use it a lot for web dev, and python. It has tons of extensions and it's great, but for Java it just can't compete with Intellij. Intellj is built specifically for Java, all the way from how you setup projects, setup libraries, even using other jvm languages like kotlin, groovy, etc. Intellj has the whole ecosystem ready for you, built long before vscode was here. It also has great documentation specifically for Java.