Searched defs:inlay_hints (Results 1 – 5 of 5) sorted by relevance
410 pub(crate) fn inlay_hints( in inlay_hints() function582 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_with_config() localVariable597 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_expect() localVariable606 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_edit() localVariable625 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_no_edit() localVariable
84 pub inlay_hints: Vec<InlayHint>, field105 let inlay_hints = self in add_file() localVariable
40 mod inlay_hints; module392 pub fn inlay_hints( in inlay_hints() method
398 let inlay_hints = analysis in check_hint_range_limit() localVariable
1331 pub fn inlay_hints(&self) -> InlayHintsConfig { in inlay_hints() method