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

Go To Type Definition Request #303

Open
toddATavail opened this issue Oct 5, 2023 · 0 comments
Open

Go To Type Definition Request #303

toddATavail opened this issue Oct 5, 2023 · 0 comments
Labels
enhancement lsp Language Server Protocol

Comments

@toddATavail
Copy link
Member

toddATavail commented Oct 5, 2023

Support for locating the original declaration of the name at the specified module coordinates. Mandated by Go To Type Definition Request.

This amounts to implementing org.eclipse.lsp4j.TextDocumentService.typeDefinition.

In Avail, this is essentially a scope-reduced variant of Go To Definition that only operates on type-valued expressions. See that issue for more guidance and detail.

@toddATavail toddATavail added enhancement lsp Language Server Protocol labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement lsp Language Server Protocol
Projects
None yet
Development

No branches or pull requests

1 participant