internal: Defer rendering of structured snippets

This ensures that any assist using structured snippets won't
accidentally remove bits interpreted as snippet bits.
This commit is contained in:
DropDemBits 2023-07-12 01:50:35 -04:00
parent 89f7bf7411
commit 97a6fa58cd
No known key found for this signature in database
GPG key ID: 7FE02A6C1EDFA075
4 changed files with 161 additions and 78 deletions

View file

@ -127,7 +127,7 @@ pub use ide_db::{
label::Label,
line_index::{LineCol, LineIndex},
search::{ReferenceCategory, SearchScope},
source_change::{FileSystemEdit, SourceChange},
source_change::{FileSystemEdit, SnippetEdit, SourceChange},
symbol_index::Query,
RootDatabase, SymbolKind,
};