java-lsp-tools Skill
Compiler-accurate Java symbol navigation via the Java Language Server. Use lspjavafindSymbol for Java identifiers and lspjavagetFileStructure for known Java files; prefer them over generic search only for symbol/file-outline navigation. Published by microsoft in vscode-java-dependency.
What is java-lsp-tools Skill?
Compiler-accurate Java symbol navigation via the Java Language Server. Use lspjavafindSymbol for Java identifiers and lspjavagetFileStructure for known Java files; prefer them over generic search only for symbol/file-outline navigation. Published by microsoft in vscode-java-dependency. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use java-lsp-tools Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-java-dependency
- Skill file: resources/skills/java-lsp-tools/SKILL.md
What it does
Compiler-accurate Java symbol navigation via the Java Language Server. Use lspjavafindSymbol for Java identifiers and lspjavagetFileStructure for known Java files; prefer them over generic search only for symbol/file-outline navigation.
Skill instructions
Java LSP Tools Two compiler-accurate tools backed by the Java Language Server (jdtls). They return structured JSON that is easier to interpret than generic search results for Java symbol navigation. Tools lspjavafindSymbol Search for Java symbol definitions (classes, methods, fields) by name across the workspace. Supports partial matching. - Input: { query, limit? } — limit defaults to 20, max 50 - Output: { results: [{ name, kind, container?, file, startLine, endLine, readFileInput, range }], total }; readFileInput is { filePath, offset, limit } for readfile, and file can be passed to lspjavagetFileStructure - Use instead of grepsearch, filesearch, semanticsearch, or searchsubagent when looking for where a Java class/method/field is defined by identifier - When source is needed for a returned symbol, use its readFileInput directly lspjavagetFileStructure Get hierarchical outline of a Java file (classes, methods, fields) with line ranges. - Input: { uri, limit? } — workspace-relative p
Explore related resources
Frequently asked questions
What is java-lsp-tools?
java-lsp-tools is a open-source AI agent skill with Copy skill directory. Compiler-accurate Java symbol navigation via the Java Language Server. Use lspjavafindSymbol for Java identifiers and lspjavagetFileStructure for known Java files; prefer them over generic search only for.
Who is java-lsp-tools best for?
java-lsp-tools is best for reusing agent instructions, scripts, and references, research workflows.
How do I install java-lsp-tools?
Install or run java-lsp-tools using Copy skill directory. Check java-lsp-tools for the latest setup command.
Is java-lsp-tools actively maintained?
java-lsp-tools may need a closer maintenance check before production use.
Auto-fetched from GitHub.