eclipse-lsp4e / eclipse-lsp4e/lsp4e
Add support for outgoing calls in the call hierarchy view
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 85
- Forks
- 69
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 6
Description
This feature request aims at complementing PR #513 (support for call hierarchy view with incoming calls) by adding support for outgoing calls.
For example, clangd (vers. 20) now supports outgoing calls and could be used in CDT LSP.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PR #513, which added incoming calls to the call hierarchy view, and inspect the existing call hierarchy entry point. Use clangd 20's outgoing-call support and CDT LSP as the reference context; done means the view also supports outgoing calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100