You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: