vscode-maven
vscode-maven copied to clipboard
VSCode extension "Maven for Java"
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.
From survey feedback 14. "spring boot 中pom.xml 没有智能提示,例如想添加MySQL依赖,只需要键入MySQL应该有提示出来,让人选择。" 9. "JPA options for spring boot.. SQL completion in @Repository for spring boot"
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...
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
 Add more items, E.g. multi-module project template, javaFX...etc.
 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 
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....