Home
last modified time | relevance | path

Searched defs:SnippetScope (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dsnippet.rs112 pub enum SnippetScope { enum
139 scope: SnippetScope, in new()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dsnippet.rs131 scope: SnippetScope, in add_custom_completions()