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
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 />
The text was updated successfully, but these errors were encountered:
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 />
The text was updated successfully, but these errors were encountered: