pub fn inlay_hints( session: Arc<Session>, uri: &Url, range: &Range, config: &InlayHintsConfig, ) -> Option<Vec<InlayHint>>
Generates inlay hints for the provided range.