Home
last modified time | relevance | path

Searched defs:SnippetCap (Results 1 – 20 of 20) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/
H A Dhelpers.rs145 pub struct SnippetCap { struct
149 impl SnippetCap { implementation
150 pub const fn new(allow_snippets: bool) -> Option<SnippetCap> { in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/
H A Dhelpers.rs150 pub struct SnippetCap { struct
154 impl SnippetCap { argument
155 pub const fn new(allow_snippets: bool) -> Option<SnippetCap> { in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/completions/
H A Dsnippet.rs12 fn snippet(ctx: &CompletionContext, cap: SnippetCap, label: &str, snippet: &str) -> Builder { in snippet()
102 cap: SnippetCap, in add_custom_completions()
H A Dpostfix.rs207 cap: SnippetCap, in build_postfix_snippet_builder()
218 cap: SnippetCap, in build_postfix_snippet_builder()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/completions/
H A Dsnippet.rs12 fn snippet(ctx: &CompletionContext, cap: SnippetCap, label: &str, snippet: &str) -> Builder { in snippet()
102 cap: SnippetCap, in add_custom_completions()
H A Dpostfix.rs210 cap: SnippetCap, in build_postfix_snippet_builder()
221 cap: SnippetCap, in build_postfix_snippet_builder()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/render/
H A Dstruct_literal.rs70 snippet_cap: Option<SnippetCap>, in render_record_as_literal()
H A Dpattern.rs107 snippet_cap: Option<SnippetCap>, in render_record_as_pat()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/render/
H A Dstruct_literal.rs86 snippet_cap: Option<SnippetCap>, in render_record_as_literal()
H A Dpattern.rs107 snippet_cap: Option<SnippetCap>, in render_record_as_pat()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/completions/postfix/
H A Dformat_like.rs43 cap: SnippetCap, in add_format_like_completions()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/completions/postfix/
H A Dformat_like.rs43 cap: SnippetCap, in add_format_like_completions()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/
H A Dassist_context.rs303 _cap: SnippetCap, in insert_snippet()
317 _cap: SnippetCap, in replace_snippet()
H A Dutils.rs188 pub(crate) fn render_snippet(_cap: SnippetCap, node: &SyntaxNode, cursor: Cursor) -> String { in render_snippet()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/
H A Dassist_context.rs303 _cap: SnippetCap, in insert_snippet()
317 _cap: SnippetCap, in replace_snippet()
H A Dutils.rs189 pub(crate) fn render_snippet(_cap: SnippetCap, node: &SyntaxNode, cursor: Cursor) -> String { in render_snippet()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Ditem.rs456 cap: SnippetCap, in insert_snippet()
467 pub(crate) fn snippet_edit(&mut self, _cap: SnippetCap, edit: TextEdit) -> &mut Builder { in snippet_edit()
H A Drender.rs38 fn snippet_cap(&self) -> Option<SnippetCap> { in snippet_cap()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Ditem.rs454 cap: SnippetCap, in insert_snippet()
465 pub(crate) fn snippet_edit(&mut self, _cap: SnippetCap, edit: TextEdit) -> &mut Builder { in snippet_edit()
H A Drender.rs38 fn snippet_cap(&self) -> Option<SnippetCap> { in snippet_cap()