The few times I used it, I disliked it. Coming from a full feature IDE like IntelliJ, it feels like a basic text editor. Many missing small things, or you need to install dozens of extensions. This might have changed as it evolves quite quickly, so I'd recommend trying anyway. Answer from gaelfr38 on reddit.com
🌐
Visual Studio Code
code.visualstudio.com › docs › languages › java
Java in Visual Studio Code
November 3, 2021 - VS Code provides essential language features such as code completion, refactoring, linting, formatting, and code snippets along with convenient debugging and unit test support. VS Code also integrates with tooling and frameworks such as Maven, ...
🌐
Reddit
reddit.com › r/java › vs code for java: good or bad?
r/java on Reddit: VS Code for Java: good or bad?
July 18, 2023 -

Hey everybody,

I haven't tried vscode for java before, but I was wondering what others think of using it for an IDE?

I have used eclipse and intellij before, but was considering vscode. If you have tried it, what packages have you found useful, what are the things you like and what are your pain points using it?

I am going to experiment with it tomorrow and make a workspace in vscode for it.

Cheers!

Discussions

Is it possible to program with Java using Microsoft Studio Community 2019?
Hello. I am trying to practice programming in Java, R, Python and maybe SQL. Since I did not like using Eclipse for Java, is it possible to use Microsoft Visual Studio Community 2019? More on learn.microsoft.com
🌐 learn.microsoft.com
3
0
compilation - How to compile and run Java code in Visual Studio Code - Stack Overflow
I then created a new file with .java ending and wrote a simple "Hello World" test program. ... Read the documentation for VSCode and the Java pack? More on stackoverflow.com
🌐 stackoverflow.com
Java in VScode. No "Referenced Libraries" folder. Cant add jars.

Are you using a build tool like Maven or Gradle? Referenced Libraries is for projects without a build system where you need to add libraries manually.

If you're using Maven or Gradle, you'd declare the libraries in your pom.xml or build.gradle (which the Java extension will automatically pick up on).

More on reddit.com
🌐 r/vscode
2
1
March 26, 2019
No Syntax Highlighting for Java
May be that's a visual bug, this happen to me sometime, just relaunch vscode More on reddit.com
🌐 r/vscode
8
1
July 28, 2022
🌐
GitHub
github.com › redhat-developer › vscode-java
GitHub - redhat-developer/vscode-java: Java Language Support for Visual Studio Code
Java Language Support for Visual Studio Code. Contribute to redhat-developer/vscode-java development by creating an account on GitHub.
Starred by 2.2K users
Forked by 511 users
Languages   TypeScript 91.4% | JavaScript 5.5% | CSS 2.3% | Java 0.8%
The few times I used it, I disliked it. Coming from a full feature IDE like IntelliJ, it feels like a basic text editor. Many missing small things, or you need to install dozens of extensions. This might have changed as it evolves quite quickly, so I'd recommend trying anyway. Answer from gaelfr38 on reddit.com
🌐
Visual Studio Code
code.visualstudio.com › docs › java › java-tutorial
Getting Started with Java in VS Code
November 3, 2021 - This tutorial shows you how to write and run Hello World program in Java with Visual Studio Code.
Find elsewhere
🌐
Visual Studio Code
code.visualstudio.com
Visual Studio Code - The open source AI code editor
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
🌐
Visual Studio Code
code.visualstudio.com › docs › java › java-editing
Navigate and edit Java source code
November 3, 2021 - Navigate and edit Java Source Code in Visual Studio Code
🌐
Visual Studio Code
code.visualstudio.com › docs › setup › vscode-web
Visual Studio Code for the Web
November 3, 2021 - Visual Studio Code for the Web ... code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser....
🌐
Visual Studio Code
code.visualstudio.com › docs › java › java-project
Managing Java Projects in VS Code
November 3, 2021 - To get the complete Java language support in Visual Studio Code, you can install the Extension Pack for Java, which includes the Project Manager for Java extension.
🌐
Quora
quora.com › What-is-your-review-of-using-Visual-Studio-Code-for-Java-development
What is your review of using Visual Studio Code for Java development? - Quora
Answer (1 of 6): It works well. If you download and install the Microsoft Java Extension Pack, you’ll have pretty much everything you need for effective and easy Java development. The extension pack contains a number of other extensions, including: * Language Support for Java by Red Hat * Deb...
🌐
Loiane Groner
loiane.com › 2024 › 03 › visual-studio-code-for-java-the-complete-guide
Visual Studio Code for Java: The Complete Guide (Tips, Setup, and Extensions)
This extension provides Java language support based on Eclipse, enabling us to create/open Java projects, refactoring, and code completion. To try it out, we can create a project by opening the Command Pallete in VSCode and search by Java new:
🌐
Visual Studio Code
code.visualstudio.com › docs › java › java-build
Java build tools in VS Code
November 3, 2021 - This document is an overview of how to work with your Java build tools in Visual Studio Code.
🌐
Dev.java
dev.java › learn › vscode-java
Building a Java application in Visual Studio Code - Dev.java
Oracle Java Platform extension enables you to develop your Maven and Gradle Java project in Visual Studio Code.
🌐
Visual Studio Code
code.visualstudio.com › docs › java › java-webapp
Java Web Apps with Visual Studio Code
November 3, 2021 - This tutorial shows you how to create a Java web application with Visual Studio Code.
🌐
Visual Studio Code
code.visualstudio.com › docs › languages › overview
Programming Languages
November 3, 2021 - Learn about programming languages supported by VS Code. These include: C++ - C# - CSS - Dart - Dockerfile - F# - Go - HTML - Java - JavaScript - JSON - Julia - Less - Markdown - PHP - PowerShell - Python - R - Ruby - Rust - SCSS - Swift - T-SQL - TypeScript.
🌐
Adobe Support Community
community.adobe.com › t5 › coldfusion-discussions › cfbuilder-plugin-in-vscode-having-java-version-error-after-update › m-p › 15210286
Solved: cfbuilder plugin in vscode having java version err... - Adobe Product Community - 15210286
March 29, 2025 - I'm using vs code with the cfbuilder plugin and using commandbox as my development server. I am getting an error when I start cfbuilder in vscode that cfbuilder requires a version of Java greater than 7. I already had a version greater than 7 but I clicked on the download Java button in the error and reinstalled it.
🌐
Medium
medium.com › threadsafe › 5-reasons-that-convinced-me-to-use-vs-code-for-java-development-8af93ccb08fa
5 reasons that convinced me to use VS Code for Java development | by Saeed Zarinfam | ThreadSafe | Medium
June 13, 2025 - Over the years, VS Code has improved and improved for Java development, and now I only use VS Code for Java development at any size.