mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -99,6 +99,7 @@ pub use ide_assists::{
|
|||
};
|
||||
pub use ide_completion::{
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionRelevance, ImportEdit,
|
||||
PostfixSnippet,
|
||||
};
|
||||
pub use ide_db::{
|
||||
base_db::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue