Closed
Description
The inlay hint api allows to split the hints into parts backed by links, we should make use of this.
The main difficulty here is that we currently use HirDisplay
to render the display representation of types which doesn't allow introspection into each part. We probably need a proper type visitor api here.