vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
having method arguments guessing on results in much less typing. any reason to not have it default on?
Issue Type: Bug I'm not sure if this issue is caused by VSCode itself or an extension. Starting this week, I have been unable to debug java code, get intelliscense...
given two Gradle projects: - https://docs.gradle.org/current/samples/zips/sample_building_java_applications_multi_project-groovy-dsl.zip - https://docs.gradle.org/current/samples/zips/sample_building_java_applications-groovy-dsl.zip extract them to one folder, e,g., - testFolder/sample_building_java_applications_multi_project-groovy-dsl - testFolder/sample_building_java_applications-groovy-dsl and open testFolder in VS Code, an error will disappear: ``` Could...
The reference view API is used to show the document outline with inherited symbols using the new java.ls extension method. Signed-off-by: Gayan Perera
vscode-java reports "cannot be resolved" errors in Gradle plugin project with mix of Groovy and Java
In Gradle plugins implemented with a mix of Java and Groovy, `vscode-java` reports "cannot be resolved" errors in `.java` files that reference classes defined in `.groovy` files. Gradle can compile...
When I apply a CodeAction that modifies code in a file that isn't currently opened in VS Code, such as "create missing field `asdf` in Foo", and the file being...
**Some context** I'm trying to get [JBang](https://www.jbang.dev/) scripts work OOTB in VS Code. Since the classpath dependencies are coded right in the Java file, I use a similar mechanism to...
I have a problem where Java files and packages in vscode stay red showing a problem. This happens mostly after cleaning workspace. I use workspaces with many different maven projects...
I want to turn off linting for Java, I tried to find this setting, but I didn't find it. Can someone tell me how to turn off linting for Java...
Code snippets in VSCode should treat `$0` as a ending position. Some of the snippets such as `new` use `$0` as a replacement which is wrong. https://github.com/redhat-developer/vscode-java/blob/3ad9749dd8edd63ee4f2e887ec7142a3874e3659/snippets/java.json#L100-L106 Also, some snippets...