Language-server-protocol: Add hyperlinks to previously defined interfaces and requests

Created on 18 Aug 2017  路  3Comments  路  Source: microsoft/language-server-protocol

Would it be possible to add hyperlinks to entities previosly defined in the protocol.md?
So that, for example if I'm reading the definition of the initialize notification and I see that its params are of type InitializeParams, I can immediately jump to where InitializeParams is defined?

*out-of-scope discussion help wanted

Most helpful comment

Agree and I am happy to accept a PR for this. There is one workaround you can use: all the types are available here and are navigable inside an editor like VS Code.

All 3 comments

I was about to file the same issue, and I found this. I find that I have to use Ctrl + F a lot in my browser with something like "interface Foo" to find out the information I need.

Agree and I am happy to accept a PR for this. There is one workaround you can use: all the types are available here and are navigable inside an editor like VS Code.

We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ljw1004 picture ljw1004  路  3Comments

felixfbecker picture felixfbecker  路  3Comments

gorkem picture gorkem  路  6Comments

stamblerre picture stamblerre  路  5Comments

pajatopmr picture pajatopmr  路  3Comments