javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)

Results 105 javavscode issues
Sort by recently updated
recently updated
newest added

While coding I've bumped into plenty of issues. However, it's unclear to me how to file a useful issue, i.e. one that will help the developers of this extension actually...

discussion

As compared to the redhat extension, the java class file decompiler returns unhelpful results, e.g.: ![image](https://github.com/oracle/javavscode/assets/4958833/4b30c7d4-2d4e-40f7-9cfc-f122559f4ba6)

enhancement

Consider the following: ![image](https://github.com/oracle/javavscode/assets/15714253/916e0974-8d78-47ee-82d0-cbbd40f16ae7) When I type a dot at this point, it autocompletes to `fooUfo`, which just doesn't make sense to me. I'm literally typing `foo.`, because that's exactly...

enhancement

Hi, when we open gradle multi module project problems in Problem tabs are not visible until we open specific class. Reproduction is easy. setup simple gradle project with 2 modules...

enhancement

Logs: ``` [Error - 9:26:39 AM] Request textDocument/codeAction failed. Message: Internal error. Code: -32603 java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$null$0(GenericEndpoint.java:67) at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.request(GenericEndpoint.java:120) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleRequest(RemoteEndpoint.java:261) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:190) at org.netbeans.modules.java.lsp.server.protocol.Server$ConsumeWithLookup$1.lambda$consume$0(Server.java:295) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)...

Non-reproducible

The extension is very slow to realize when errors have been resolved. Doing `Java: Clean Workspace` clears the false positives, but that's not a solution (and sometimes the cleaning itself...

Non-reproducible

When I do `Clean Workspace` (in an attempt to [have error reporting catch up](https://github.com/oracle/javavscode/issues/49)), sometimes my source files are modified. I have already noticed the same behavior when editing source...

Non-reproducible

Hi! Generating a new Maven project, we are greeted with a file like this: ```java /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license */ package org.example; /** * * @author...

enhancement

Hi, When I navigate to a library source code and come back to my main method of my Java application. Run main|Debug main buttons are disabled until I close the...

duplicate

First of great that you provide Javac base extension which will be closer to new java features. But was there any reason not working together with VSCodeJava on adding new...

discussion