Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of textDocument.callHirearchy #2832

Open
Frityet opened this issue Aug 28, 2024 · 2 comments
Open

Implementation of textDocument.callHirearchy #2832

Frityet opened this issue Aug 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Frityet
Copy link
Contributor

Frityet commented Aug 28, 2024

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareCallHierarchy

@AkshaySG14
Copy link

Hi folks. Thank you for all the great work on the Lua LSP! We were wondering what the lift is on getting the prepare call hierarchy LSP spec to work for this language server.

I am building an IDE called Haystack (https://haystackeditor.com/) that uses the call hierarchy for one of its main features, and folks would really love if this could be built in Lua so that Haystack could work better with Lua!

Happy to help in any way to get this done.

@CppCXY CppCXY added the enhancement New feature or request label Aug 29, 2024
@CppCXY
Copy link
Collaborator

CppCXY commented Aug 29, 2024

It seems similar to findReferences, but the result is the containing function. However, I guess the author probably won't implement this feature. You might consider make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants