vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
Here's an example: As you can see: - Some packages are colored orange - Some are colored white - And some are colored partially orange and partially white Unfortunately I...
I have a multi-project Gradle project that uses the `eclipse` and the https://github.com/diffplug/goomph `apt` plugins. The project is set up with the `eclipse` task to generate the `.classpath` and `.project`...
## Description Zipped source files in `java.project.referenceLibraries::sources` are not being respected and instead, navigating to the source just gives you code decompiled by IntelliJ FernFlower. This messes up the autocomplete...
This is a feedback from a customer's interview. The experience is somehow similar to [this one](https://marketplace.visualstudio.com/items?itemName=madhavd1.javadoc-tools)
Hello, I have encountered an issue with displaying Javadocs on hover. I have narrowed down the problem to a single dependency that breaks the hover functionality for some classes/methods. #####...
Exponents don't display properly in intellisense, hover, etc, so descriptions that have exponents in them display incorrect/misleading values. ##### Environment - Operating System: Windows 7 - JDK version: 1.8.0_102 -...
I'm trying to switch from IntelliJ to VS Code and I miss the feature to convert a class to record.
I have the following code: ```java String s = null; // do conditional stuff with "s" s.length() // "Potential null pointer access" warning ``` Currently VS Code offers me 2...
When I run VSCode maven project, I am getting `~/.m2` folder in my home directory. I have set: `"maven.settingsFile": "/home/untainsYD/.config/maven/settings.xml",` and other maven-related stuff like: Is there a way to...
Hi, When I rename a file in my workspace (any file), I see this error in the backend log: ``` Error: ENOENT: no such file or directory, lstat '/README.md' at...