We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bit related to https://github.com/rescript-lang/rescript-editor-support/issues/135, but, would it be possible to link to the definition of things referenced inside of a hover? A pseudo example:
SomeModule.someType type someType = { id: string, name: string, timestamp: [Timestamp.t](/some/file/path/SomeModule.res:15:7), }
I don't know if one can actually link to files with lines and columns like that, but if possible, it'd be a pretty sweet feature.
The text was updated successfully, but these errors were encountered:
I was wondering the same. Hover produces a markdown file, and I'm not sure what links inside it should look like to be picked up.
Sorry, something went wrong.
Closing in favor of #142
No branches or pull requests
This is a bit related to https://github.com/rescript-lang/rescript-editor-support/issues/135, but, would it be possible to link to the definition of things referenced inside of a hover? A pseudo example:
I don't know if one can actually link to files with lines and columns like that, but if possible, it'd be a pretty sweet feature.
The text was updated successfully, but these errors were encountered: