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

### Description of issue The Quick Fix menu in VS Code provides several options to fix common compiler errors, such as creating a missing method in a class. However, this...

enhancement

I went from 1.41 to 1.49. Downgraded to 1.48, 1.47, 1.46 with same issue, so not sure when that started. I cannot go back too far since I think it...

bug
upstream
Lombok

So I played around trying to use a custom formatter for Java. At some point my workspace broke and now I cannot format any Java code. I tried to remove...

formatter

Example code: ``` class Test { static Foo foo = new Foo(); static Foo bar = new Foo(); void test(Foo... foo) { } void test2() { test(|); // cursor at...

bug
upstream
content-assist

`BUILDER` is marked as type, which is why it is grayed out in me theme. Instead, it should have a token of a variable. This way I will have it...

bug
highlighting

vscode get stucked after I use context action : create function definition here is output of the plugin https://pastebin.com/abySwnv3

bug
code action

My project is a legacy Java 8 application that relies on com.sun.source.* packages. Although I have configured the language extension to use JDK 25, the code referencing com.sun.source.* still shows...

I've been using VSCode for Java development for the past 5 years, and I keep having the friction when working with an API - **there's no (obvious) way to prioritise...

enhancement
ux

[provide a description of the issue] Autocompletion not working in @interface java class after Class[] groups() default {}; ##### Environment - Operating System: - JDK version: - Visual Studio Code...

bug
upstream
content-assist

**Description** The class org.apache.hadoop.security.authentication.server.AuthenticationHandler is present in both the jars i have: - hadoop-client-api.jar (shaded version) - hadoop-auth.jar (non-shaded version) In the shaded JAR (hadoop-client-api.jar), AuthenticationHandler references HttpServletRequest from a...