javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
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...
As compared to the redhat extension, the java class file decompiler returns unhelpful results, e.g.: 
Consider the following:  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...
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...
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)...
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...
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...
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...
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...
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...