mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +00:00
feat: postfix completion on values (#850)
* feat: postfix completion on values * dev: delete an ovo-log
This commit is contained in:
parent
d0b40dbfa6
commit
ab3716d866
6 changed files with 237 additions and 27 deletions
|
|
@ -16,7 +16,7 @@ pub mod ty;
|
|||
mod upstream;
|
||||
|
||||
pub use analysis::{LocalContext, LocalContextGuard, LspWorldExt};
|
||||
pub use upstream::{with_vm, CompletionFeat};
|
||||
pub use upstream::{with_vm, CompletionFeat, PostfixSnippet};
|
||||
|
||||
mod diagnostics;
|
||||
pub use diagnostics::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue