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

LSP - Support inheritdoc #1806

Closed
sebasmonia opened this issue May 21, 2020 · 0 comments · Fixed by #1870
Closed

LSP - Support inheritdoc #1806

sebasmonia opened this issue May 21, 2020 · 0 comments · Fixed by #1870

Comments

@sebasmonia
Copy link

sebasmonia commented May 21, 2020

The server should give the LSP client the inherited docs in this case.

Let me know if you think this is something the client should do, but it seems the server has the context to resolve from whom to pick up the documents.

Example:
ITheContract defines DoYourThing() with /// <summary> etc. etc. etc.
Then Concrete : ITheContract implements DoYourThing() and documents with /// <inheritdoc />

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

Successfully merging a pull request may close this issue.

1 participant