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

Implement "Go to Declaration" for Ante-LS #200

Open
jfecher opened this issue Aug 11, 2024 · 0 comments
Open

Implement "Go to Declaration" for Ante-LS #200

jfecher opened this issue Aug 11, 2024 · 0 comments
Labels
ante-ls Any work for Ante's Language Server good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement

Comments

@jfecher
Copy link
Owner

jfecher commented Aug 11, 2024

The textDocument/declaration method is not currently supported by Ante's language server.

This could theoretically be used to differentiate between going to a trait method's declaration versus the implementation of it in a particular impl.

@jfecher jfecher added ante-ls Any work for Ante's Language Server good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ante-ls Any work for Ante's Language Server good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement
Projects
None yet
Development

No branches or pull requests

1 participant