vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
settings.json ```json { "java.project.referencedLibraries": [ "lib/**/*.jar", "D:/WEAVER/ecology/classbean/**/*.class" ] } ``` 这样的配置无效,或者.classpath里面配置也是不支持的 ```xml ``` > classbean目录下面有生成的.class文件,比如classbean/com/api/workflow/user.class
The newly added "delete" feature #343 works well when we try to delete unchanged files. However, if we try to delete file with unsaved changes, the editor will not be...
## Suggestion VS Code may be able to provide a function that let user customize templates ## Use Cases Here is a case in stackoverflow: [how to change template](https://stackoverflow.com/questions/63716613/visual-studio-code-java-extension-pack-starting-template-vscode) when...
### Configuration: - Vscode: 1.47.2 - JDK: 11.0.7 - OS: Win - Build: https://dev.azure.com/mseng/VSJava/_build/results?buildId=12641584&view=artifacts&type=publishedArtifacts ### Repro steps: 1. Set the java version to 11.0.7 2. Open a project ### Result:...
[Trace - 11:42:08 AM] Sending request 'workspace/executeCommand - (25)'. Params: { "command": "java.resolvePath", "arguments": [ "file:///c%3A/Work/testresource/maven-modular/.gitignore" ] } Anytime you open a file (e.g. `.gitignore`), the dependency view will trigger...
For example, open the `String` class file by using `Ctrl + T`, the explorer will not get refreshed. The root cause is that the search result might comes from default...
As someone who has used Eclipse and NetBeans, this view is simply much more efficient to work with when navigating a large Java project. Trying to navigate Java source paths...
I can search for files in dependencies with a workspace symbol search by prefixing the class name with a `#`. This is generally sufficient as class names should be the...
eg: add all jar files in 'lib' folder for temporary verification
In Eclipse, project dependencies can be referenced by "${project_classpath}" and we can set up jshell as an external tool. jshell is a very useful tool, and it should be configurable...