vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
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 
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...
##### 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...
[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...
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...
[provide a description of the issue]  ##### Environment env: - Visual Studio Code version: latest - Java extension version: 1.7 - apple m1 pro - latest java pack -...