Quick Documentation: link to third-party API documentation - possible?
I'm working on a library, and I'd like users to be redirected to my API docs site (a DocFX generated site).
I see that .NET APIs link to the official documentation, and that Unity APIs link to their official site (docs.unity.com/…).
Is it possible to hint the IDE to look for the API at a specific URL, by having a custom “`<API>` on mysite.com → ” link at the bottom of the quick documentation popup, similar to how .NET or Unity APIs show?
Please sign in to leave a comment.
Rider supports the C# XML documentation standard, hyperlink is also supported. You can add the XML doc comments in your API elements, users could refer to the quick doc directly.