vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
## Feature Request Please provide a configuration to change defaultOutputDir `bin` ## Detail I'm not an eclipse user, as I know, `bin` is widely used as a dir that stores...
Issue Type: Bug I add dependency `hutool-all` in maven, i.e., ```xml cn.hutool hutool-all 5.8.4 ``` and write ```java package com.tianfudhe; import cn.hutool.json.JSONObject; public class App { public static void main(...
Vscode enters an infinite loop while trying to compile a falsy module setup. It should instead break the build should break with an error stating that a module is self-referencing...
Running in a devcontainer java build fails to properly compile lombok annotation support. Rolling back to 1.7.0 release resolves the issue. ##### Environment - Operating System: Ubuntu 20.04.4 LTS (Focal...
The java.completion.importOrder property, documented here https://github.com/redhat-developer/vscode-java/blob/562afa80c0f705613c6ed3148b4d9eac82093b26/package.json#L519-L527 does not play well with checkstyle. If checkstyle specifies a different sort order for imports, the default importOrder setting will always be used instead....
Intellisense won't work **at all** when using java kernel in Jupyter notebook file. Tried - BeakerX, iJava, and Ganymede; no luck. ##### Environment - Operating System: Windows 10 Pro x64...
##### Environment - Operating System: Linux x64 5.4.28-1-MANJARO - JDK version: OpenJDK 11.0.6 - Visual Studio Code version: 1.43.2 - Java extension version: 0.59.0 ##### Feature request When typing some...
it seems to me linting/formatting only works with .xml file, but can you support maybe .editorconfig as well being the standard out there for all languages, as it seems to...
[provide a description of the issue] ##### Environment - Operating System: macOS monterey 12.4 - JDK version: openjdk 17.0.2 - Visual Studio Code version: 1.69.1 - Java extension version: 1.8.0...
There is no support for automatically detecting and adding to the classpath the automatically generated code by the swagger-codegen-maven-plugin. This means that, even though the project builds without issues from...