java_load_maven_project
Load a Maven Java project into the language server workspace to index dependencies and symbols without opening individual files.
Instructions
Load a Maven Java project into the language server workspace. This causes JDTLS to index the project, resolving dependencies and symbols across the entire project without needing to open files individually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the root of the Maven project (containing pom.xml) |