What's wrong with this entry?
Anonymous. No account, no email.
What
New LSP operations for exploring function call relationships.
Usage
The LSP tool now supports three new operations:
prepareCallHierarchy: Get call hierarchy item at a positionincomingCalls: Find all functions/methods that call the function at a positionoutgoingCalls: Find all functions/methods called by the function at a position
Details
- Results are grouped by file for easier navigation
- Shows call sites with line numbers
- Useful for understanding code flow and dependencies
Evidence
WL0 at line 481308 (LSP tool prompt, contains "prepareCallHierarchy", "incomingCalls", "outgoingCalls")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.