
Therefore, by installing the correct extensions we have make it our Java IDE for developing out applications.


Visual Studio Code, on the other hand is not oriented to Java development, but it’s flexible enough and provides the ability to add extensions to support any programming language, or framework that you need. In Java we have great and very complete IDE tools like IntelliJ, Eclipse and NetBeans, all of them are oriented to Java Applications, have support for the main frameworks and tools in the Java World (Maven, Gradle, JPA, Spring Framework, Hibernate) and autocomplete options that simplify the live of any Java Developer.
