vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Java Language Support for Visual Studio Code

Results 511 vscode-java issues
Sort by recently updated
recently updated
newest added

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...

bug
highlighting
Lombok

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`...

regression
Gradle
annotation-processing

## 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...

bug
Gradle
standalone files

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)

enhancement
javadoc

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. #####...

bug
hover
javadoc

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 -...

bug
hover

I'm trying to switch from IntelliJ to VS Code and I miss the feature to convert a class to record.

enhancement
upstream

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...

enhancement
code action

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...

bug
need info