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

Could a user defined list of Annotation and Warnings be added to the config? I'd like to be warned when i'm using a method/field annoation with, say, `org.jetbrains.annotations.ApiStatus.Internal`

enhancement
diagnostics
configuration

Type: Bug Previously, in version 1.19, the @ would pop up a autocomplete for @code, @docRoot, @index, @inheritDoc, @link etc. In version 1.20, those auto completions are not available anymore....

content-assist
regression
javadoc

According to everything I can find, preserving white-space in a JavaDoc should work with a code block, pre tag, or tt tag. However, when using `{@code 10/2021 - CURRENT}` in...

javadoc

Whenever new class is created it is populated with template, I was wondering if there is already some existing setting to configure this. Also it would be really handy to...

enhancement
codegen

The error "java: cannot find symbol symbol: class Generated location: package javax.annotation" indicates that the Java compiler cannot locate the Generated class within the javax.annotation package. This typically occurs in...

need info

VS Code shows a "Cannot find symbol" error with the red squigly for several symbols but "Go to definition" works which means the definition is available. ##### Environment - Operating...

bug
ls-error/crash

It would be convinient if library information could be shown on tooltip of a class or method, if ti comes form extenral library, such as JDK classes or some other...

enhancement
hover

# Bug: Maven import fails with Nisse + Maven Tiles on VS Code Java 1.46.0 (works on 1.45.0) ## Summary When opening a Maven project that uses **both [Nisse dynamic...

bug
regression
Maven

projects like https://github.com/jline/jline3 now starting to use maven 4 (cc @cstamas and @gnodet) it would be nice to see jdt.ls to work with it (or at least tell user what...

enhancement
upstream
Maven

I would like to use the "Text Blocks" feature of Java 13. I have the Java 13 JDK installed and that is being picked up correctly by VSCode. In addition,...

preferences
compile
ux