Open
Description
Is your feature request related to a problem? Please describe.
I need to offer the ability to click on a type and go to the documentation for that type. Also, I would like the default compact signatures with syntax highlighting.
Describe the solution you'd like
Support for enabling signature_crossrefs
without enabling separate_signature
.
Describe alternatives you've considered
- Enabling
separate_signature
everywhere - Enabling
separate_signature
only for signatures that actually have types defined by local code rather than the built-in types likelist
, which leads to inconsistent formatting like in this screenshot
Additional context
I understand based on your assessment in #65 (comment) that this approach is not without trade-offs but I think would be beneficial to users nonetheless even if you imposed certain limitations.