vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
Currently, the available source actions are in the editor context menu -> `Source Action...`, which is a little bit hard to be found. Will investigate a proper way to promote...
requires https://github.com/eclipse/eclipse.jdt.ls/pull/2103 Signed-off-by: sheche
I have a Spring based project and when I try to Ctrl-click to see the source code for a Spring class I get the "Failed to get sources. Instead, stub...
In a project, there are some interfaces set up in Kotlin, also config files, that are imported into the main Java file. These aren't recognized as valid imports, support for...
As a user of the vscode-java extension, I would like to ignore Java compiler warnings and information coming from certain directories. Generated code and unit tests often generate warnings from...
Given a short (static/nonstatic, probably visibility independent) method with just return statement and ctor call there are no quick actions available. Log is empty - no stacktraces nor errors. High...
ctrl+s cannot automatically format java code Triggering ctrl+s after entering code cannot automatically format code "editor.formatOnSave": true, [provide a description of the issue] ##### Environment - Operating System: Windows 10...
Hi, I have recently started using VSCode with your extension for a Gradle project, however I come across the "Access restriction" error which was flagged in other issues (#120 and...
Below error randomly occurs: ``` [2022-05-30 10:00:24.949] [exthost] [error] TypeError: Cannot read properties of undefined (reading 'sendRequest') at c:\Users\admin\.vscode\extensions\redhat.java-1.6.6\dist\extension.js:2:698983 at o._executeContributedCommand (c:\Users\admin\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:31333) at o._doExecuteCommand (c:\Users\admin\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:83:30153) at...