feat: postfix completion on values (#850)

* feat: postfix completion on values

* dev: delete an ovo-log
This commit is contained in:
Myriad-Dreamin 2024-11-19 13:36:14 +08:00 committed by GitHub
parent d0b40dbfa6
commit ab3716d866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 237 additions and 27 deletions

View file

@ -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::*;