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

I have the google style eclipse settings activated in my user settings. By accident, I've saved an empty string in my formatter settings of my workspace which lead to ```json...

Mapstruct has supported IDEA and eclipse to generate copier class automatically,but VSCODE doesn't work. https://mapstruct.org/documentation/ide-support/ ##### Steps To Reproduce 1.define java class @Mapper(componentModel = "spring") public interface AccountingFlowDtoCopier extends ObjectCopier...

##### Environment - Operating System: Windows - JDK version: 1.8 - Visual Studio Code version: 1.65.2 - Java extension version: 1.4.0 ![image](https://user-images.githubusercontent.com/62507377/159116470-8b601ae7-644d-41ca-bc7c-9bf72b54b6ed.png)

bug
upstream

Need ability to extract interface from class or update interface from available methods not already in an interface or provide option to update an interface if an interface is implemented...

enhancement
refactoring

##### Exception the v1.8.0 of **Language support for Java ™ for Visual Studio Code** used by vscode, when opening the gradle project(**gradle version: 7.5-rc-3**), **Language Support for java(Syntax Server)** output...

Gradle

[In vscode, how to set different jdk versions for different folder projects in the same workspace][see this issue](https://github.com/microsoft/vscode/issues/154086) ##### Environment - Operating System: macOS 12.4 (21F79) - JDK version: 8...

I know there's a wiki page about how to set up for Maven project - https://github.com/redhat-developer/vscode-java/wiki/Annotation-Processing-support-for-Maven-projects. But how about Gradle project? Is it even possible?

I have a project that was generated by JHipster that has always used Java 11, which is specified in the POM. ``` 11 ${java.version} ${java.version} ``` However, every time .classpath...

need info

I'm working with [Keycloak](https://github.com/keycloak/keycloak), which is a big code base. Opening the project is quite frustrating: it takes 5+ minutes for the things to settle down. It seems that just...

question

[provide a description of the issue] ![image](https://user-images.githubusercontent.com/27693952/175459553-6fafc7bd-8461-474a-917f-638f459bbc77.png) ##### Environment env: - Visual Studio Code version: latest - Java extension version: 1.7 - apple m1 pro - latest java pack -...

bug