mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Initial implementation of custom postfix snippets
This commit is contained in:
parent
7faa35cbbd
commit
88f213eadd
8 changed files with 189 additions and 7 deletions
|
@ -24,7 +24,7 @@ use text_edit::TextEdit;
|
|||
use crate::{completions::Completions, context::CompletionContext, item::CompletionKind};
|
||||
|
||||
pub use crate::{
|
||||
config::CompletionConfig,
|
||||
config::{CompletionConfig, PostfixSnippet},
|
||||
item::{CompletionItem, CompletionItemKind, CompletionRelevance, ImportEdit},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue