We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13395be commit 9415642Copy full SHA for 9415642
crates/tinymist-query/src/completion.rs
@@ -8,7 +8,7 @@ use crate::{
8
analysis::{BuiltinTy, InsTy, Ty},
9
prelude::*,
10
syntax::{is_ident_like, DerefTarget},
11
- upstream::{autocomplete, complete_path, CompletionContext, to_lsp_snippet},
+ upstream::{autocomplete, complete_path, to_lsp_snippet, CompletionContext},
12
StatefulRequest,
13
};
14
0 commit comments