Open
Description
Over at rust-lang/rust-analyzer#4691 there's some discussion (and a screenshot) about highlighting function exit points when the cursor is on the return type in a function signature or on an exit point. It would be nice to be able to extend DocumentHighlightKind
to support this.