mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add custom non-postfix snippets
This commit is contained in:
parent
88f213eadd
commit
046c85ef0c
9 changed files with 315 additions and 83 deletions
|
@ -99,7 +99,7 @@ pub use ide_assists::{
|
|||
};
|
||||
pub use ide_completion::{
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionRelevance, ImportEdit,
|
||||
PostfixSnippet,
|
||||
PostfixSnippet, PostfixSnippetScope, Snippet, SnippetScope,
|
||||
};
|
||||
pub use ide_db::{
|
||||
base_db::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue