Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/
Dassist_config.rs13 pub snippet_cap: Option<SnippetCap>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dconfig.rs18 pub snippet_cap: Option<SnippetCap>, field
Drender.rs63 fn snippet_cap(&self) -> Option<SnippetCap> { in snippet_cap() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dliteral.rs78 let snippet_cap = ctx.snippet_cap(); localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1447 pub fn snippet_cap(&self) -> bool { in snippet_cap() method