javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
The extension aggressively does a priming build of each Java project it finds. Often I just want to open workspaces / projects to open a few Java files where basic...
Follow-up of #490 When the priming build fails, it gives me an error message for each project that failed to build. I have projects that are known to be broken....
When doing `Delete Oracle Java extension cache for this workspace`, I got the following error: There was nothing about the cause of the error in the extension's output and when...
fix realted to [issue#361](https://github.com/oracle/javavscode/issues/361) context: ide's like intellij show warnings on using immutable methods, incorporating warnings in our extension aswell. created draft pr for initial review : - [x] logic...
## Motivation Within OpenRewrite we use text blocks a lot to define our test cases. We define the before and after source code as strings and heavily use IntelliJ's Java...
The JDK Downloader Screen is immensely confusing. I am considering using the Oracle VSCode plugin for my course material - what in the world is the difference between "Oracle Java...
A huge number of students only have access to chromebooks
To reproduce: 1. configure the extension like this: ```jsonc "jdk.advanced.disable.nbjavac": true, "jdk.jdkhome": "C:\\dev\\jdk-26", "jdk.verbose": true, ``` where jdk-26 is [build 9](https://jdk.java.net/26/) 2. open Java projects Expected: everything works. Actual: `No...
This extension works better than others with the most recent JDKs, but it doesn't handle the new folder structures that are now possible with Compact Source Files being a standard...
The top is the hierarchy view from vscode, and below is the project view. Should have a option to view it in hierarchy way.