vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Manage Java projects in Visual Studio Code.

Results 133 vscode-java-dependency issues
Sort by recently updated
recently updated
newest added

### Changes I made and why Added changes to markdown files to be more consistent with each other in terms of formatting. I followed the linting rules of [markdownlint], a...

eng

Example project: https://github.com/zowe/api-layer ``` Version: 1.85.1 Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 Date: 2023-12-13T09:48:06.308Z Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin x64 23.2.0 ``` I have the Extension Pack...

This is a strange PR and I would have no qualms with it being rejected. Similar to https://github.com/microsoft/vscode-java-debug/pull/1234, I'm hoping to ignore `node_modules` to prevent large CPU usage from this...

Hello! I am developing a VS Code extension for the static analysis of Java code. My extension is based on your extension where I have found a couple of useful...

Originally reported from https://github.com/redhat-developer/vscode-java/issues/3289 When I open the "New > Java Class" wizard and enter a Japanese class name, I receive the message "Invalid Java qualified name." and I am...

bug
help wanted

The extension has a lot of welcome views now, it's a little bit fragmented now. This a follow up from https://github.com/redhat-developer/vscode-java/pull/3398#issuecomment-1831307029

UX

I have Java project with module structure like this: ```xml ../shared ../ui module1 module2 ... ``` When I open this project, I see only modules from current directory, and I...

bug

**Describe the bug** When a multi-module maven project is opened in VS Code and the child module directory names are not the same as their artifactIDs, the Maven extension is...

When the 'hide non java resources' are clicked, the *.properties, pom.xml files and images, which are also part of the development, are missing. It would be great to be able...

enhancement

Typically, you'll have a source structure like so: "src/package/path/MyClass.java". When you add `src` to the list of sources, it will include the contents, e.g. `package.path.MyClass`. That is sensible. There is...