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
It would be nice to implement it in metadoc. The service provides a way to jump to the type definition when hovering over a non-type symbol (e.g., in term or pat position).
Example motivation microsoft/TypeScript#10394
olafurpg@c17d2d9 shows a skeleton of how to implement this service in metadoc.
The text was updated successfully, but these errors were encountered:
Monaco 0.9.0 (merged in #49) added a new TypeDefinitionProvider service
https://microsoft.github.io/monaco-editor/api/interfaces/monaco.languages.typedefinitionprovider.html
It would be nice to implement it in metadoc. The service provides a way to jump to the type definition when hovering over a non-type symbol (e.g., in term or pat position).
Example motivation microsoft/TypeScript#10394
olafurpg@c17d2d9 shows a skeleton of how to implement this service in metadoc.
The text was updated successfully, but these errors were encountered: