vscode-maven icon indicating copy to clipboard operation
vscode-maven copied to clipboard

VSCode extension "Maven for Java"

Results 105 vscode-maven issues
Sort by recently updated
recently updated
newest added

This PR provides hovering information about current node path and its definition in maven schema.

**Describe the bug** Hi, I am the developer of the [depgraph-maven-plugin](https://github.com/ferstl/depgraph-maven-plugin) which you are apparently using in the maven extension of VS Code. Two people reported an [error](https://github.com/ferstl/depgraph-maven-plugin/issues/159) where a...

Mainly to fix indentation of pasted/generated code blocks.

feature-request

From survey feedback 14. "spring boot 中pom.xml 没有智能提示,例如想添加MySQL依赖,只需要键入MySQL应该有提示出来,让人选择。" 9. "JPA options for spring boot.. SQL completion in @Repository for spring boot"

feature-request
completion
maven
spring

I read an [article](https://www.codejava.net/ides/intellij/create-multi-module-maven-project-intellij) about the multi-module Maven project on IDE. I tried it on vscode but I faied when I want to creat a maven project in a maven...

feature-request
question

We can provide an extra entry for this feature, "Add a module" from a project node. E.g. Similar as mentioned in this doc: https://www.codejava.net/ides/intellij/create-multi-module-maven-project-intellij

feature-request

![image](https://user-images.githubusercontent.com/2351748/180352748-450a56a3-480f-4006-814a-f648b1416967.png) Add more items, E.g. multi-module project template, javaFX...etc.

![image](https://user-images.githubusercontent.com/2351748/179886432-643fffd8-22ca-4eee-b7ec-5f937d8de6ab.png) Potential work items: - Add syntax highlighting - navigate to references of the same dependency within the report. - ...

Probably because of wrong understanding of `endIndex` from lib `domhandler`. Similar with https://github.com/microsoft/vscode-maven/issues/840 ![image](https://user-images.githubusercontent.com/2351748/179546885-8ed82a8d-e44b-437a-ab2c-255a9f89c32b.png)

bug

Issue Type: Bug I have a file "HostService.ts" which uses classes from "index.d.ts". 1. When I have the file "index.d.ts" opened and build the project, the references are OK 2....

needs more info