Home
last modified time | relevance | path

Searched defs:inlay_hints (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dinlay_hints.rs410 pub(crate) fn inlay_hints( in inlay_hints() function
582 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_with_config() localVariable
597 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_expect() localVariable
606 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_edit() localVariable
625 let inlay_hints = analysis.inlay_hints(&config, file_id, None).unwrap(); in check_no_edit() localVariable
Dstatic_index.rs84 pub inlay_hints: Vec<InlayHint>, field
105 let inlay_hints = self in add_file() localVariable
Dlib.rs40 mod inlay_hints; module
392 pub fn inlay_hints( in inlay_hints() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/inlay_hints/
Dbind_pat.rs398 let inlay_hints = analysis in check_hint_range_limit() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1331 pub fn inlay_hints(&self) -> InlayHintsConfig { in inlay_hints() method