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

Using the latest extension v1.0.1 We have a jar, solPackage-2.9.0.1.jar and it is not found, leading to missing class errors in the editor. If I change the jar name to...

question

In a maven project, there are generated java files which are present in a folder called "gen" other than the "main" folder, under the src folder. However, these packages are...

enhancement

It would be nice to have integrated in the GUI other Maven phases like package and install. Without integration I had to install Maven for java extension from Microsoft (it...

enhancement

Language Support for Java(TM) by Red Hat Chinese output is normal 一级缓存拉模式同步消息每隔4秒,执行一次 layering-cache和redis创建订阅关系,订阅频道【[layering-cache-channel]】 ┏━━━━━ Debug [area.list] ━━━ ┣ 编译SQL: select * from area WHERE parent_code=? and name like concat('%',?,'%') ┣...

enhancement

Unused variables are still underlined even when SupressWarnings is applied. This did not happen when working with the RedHat extension. ``` @SuppressWarnings("unused") public class Abstraction { public static void main(String[]...

enhancement

At the start, I had no imports. The logs only say: ``` INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is null for kind = CLASS INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: ElementHandle[kind=CLASS; sigs=jdk.internal.org.objectweb.asm.Attribute$Set ] INFO...

enhancement

I am trying to evaluate this VS Code plugin on a project which uses the Spock test framework, and it doesn't appear to be working. The VS Code Test pane...

enhancement

Today when typing code in debug console, Not code completion is provided. Having code completion is important when debugging complex applications.

enhancement

Consider the following code: ```java import java.io.ByteArrayInputStream; import java.io.IOException; /** * In is common in English text. */ class Test { void run() throws IOException { try(var in = new...

enhancement
Apache-Netbeans