Call hierarchy support #298
Labels
📝 documentation
Improvements or additions to documentation
✨ feature
New feature or request
*released
The changes has been released
Milestone
Proposed documentation: https://github.com/microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.callHierarchy.proposed.md
Prepare
Return the corresponding
CallHierarchyItem
of the selected function/function tag.Incoming calls
A function can be called from:
ref
. (Cache a map of namespaced IDs by URIs #316)TagInfo
in order to get this. (Support datapack tag analysis #315)AdvancementInfo
in order to get this. (Support advancement rewards function analysis #323)A function tag can be called from:
ref
. (Cache a map of namespaced IDs by URIs #316)TagInfo
in order to get this. (Support datapack tag analysis #315)Outgoing calls
An advancement reward can call:
AdvancementInfo
in order to get this. (Support advancement rewards function analysis #323)A function can call:
ref
and compare if theuri
of that cache position is the expected one.ref
and compare if theuri
of that cache position is the expected one.A function tag can call:
TagInfo
in order to get this. (Support datapack tag analysis #315)TagInfo
in order to get this. (Support datapack tag analysis #315)The text was updated successfully, but these errors were encountered: