mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-17 09:54:58 +00:00
feat: provide UFCS-style completion on content types (#849)
* feat: UFCS completion on content types * dev: cleanup panics * feat: add configuration about postfix completion * test: update snapshot * fix: lazily determine default values
This commit is contained in:
parent
a1a15a6795
commit
d0b40dbfa6
20 changed files with 570 additions and 178 deletions
|
@ -16,7 +16,7 @@ pub mod ty;
|
|||
mod upstream;
|
||||
|
||||
pub use analysis::{LocalContext, LocalContextGuard, LspWorldExt};
|
||||
pub use upstream::with_vm;
|
||||
pub use upstream::{with_vm, CompletionFeat};
|
||||
|
||||
mod diagnostics;
|
||||
pub use diagnostics::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue