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

Based on the #15 issue, however it's definitely not just enhancement but real necessary. It's common practice to keep several `settings.xml` for different projects and lack of this possibility makes...

duplicate
enhancement

VSCode support is nice and I definitely prefer this extension to RedHat/Eclipse [JDTLS](https://github.com/eclipse-jdtls/eclipse.jdt.ls). I believe this extension works much better. But I've moved my everyday code editning over to [Zed...

enhancement

# Description After installing the [EditorConfig extension](https://open-vsx.org/extension/EditorConfig/EditorConfig) and applying the following configuration via `.editorconfig`: ``` root = true [*] end_of_line = lf insert_final_newline = true [*.{java,html,css,js}] charset = utf-8 indent_style...

Settings/Config
discussion

Updated patch in line with the netbeans PR https://github.com/apache/netbeans/pull/8637

OCA Verified

Hello, it seems like this extension auto-discovering projects causes issues when there are folder structures in the node_modules folder (that some dependency has) that contains a template maven or gradle...

enhancement