-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Goto definition functionalities not working #89
Comments
I'm also running into this same issue. @dalance what would need to be done to get goto/find definitions implemented (if they're not already)? |
Correct me if im wrong but right now the language server does not parse the full folder structure recursively nor maintain a cache of what exists where. I think the steps would be
Would that make sense @dalance |
@patgro1 That sounds sensible to me. However, number 1 is quite a large effort and probably shouldn't be done inside svls. Number 1 is essentially a compiler, maybe with an elaboration step. If there's a separate project which can create a cache of compiled objects, that would certainly be exciting to integrate into svls. |
Duplicate of #58 |
Assuming I wanted to do that in some way, would starting with the parser crate be ok or I would need to do it all from scratch? also we could probably « negotiate » a representation of that cache in advance to facilitate any integration into svls (especially since it would be its main purpose) |
I am using svls in emacs, I try to use the function
lsp-ui-peek-find-definitions
and I get the following error:This is the output from
lsp-describe-session
Could someone guide me on how to solve the issue
The text was updated successfully, but these errors were encountered: