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

Markdown Javadoc should return links for {@link} #76

Closed
fbricon opened this issue Sep 22, 2016 · 4 comments
Closed

Markdown Javadoc should return links for {@link} #76

fbricon opened this issue Sep 22, 2016 · 4 comments

Comments

@fbricon
Copy link
Contributor

fbricon commented Sep 22, 2016

{@link Foo} are currently returned as Foo in markdown
We need to figure out under which URI scheme (if any) to return these links.

@gorkem
Copy link
Contributor

gorkem commented Sep 25, 2016

@dbaeumer @egamma Is there a magic URI that we can use on hovers that will open an editor in VS Code? Or possibly invoke a command? Any suggestions?

@dbaeumer
Copy link

Adding @jrieken. I think something like command://....

@jrieken
Copy link

jrieken commented Oct 17, 2016

You can use file:///foo/bar-references to open other resources from disk, command:command_id to run a command, and you can register your custom schema and use that.

@tsmaeder
Copy link
Contributor

Josh Pinkney will have a go at this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants