vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
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`
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....
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...
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...
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...
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...
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...
# 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...
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...
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,...