mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
add completion relevance score
This commit is contained in:
parent
c0e9530fd0
commit
3679821eea
5 changed files with 82 additions and 37 deletions
|
@ -24,8 +24,8 @@ use crate::{completions::Completions, context::CompletionContext, item::Completi
|
|||
pub use crate::{
|
||||
config::CompletionConfig,
|
||||
item::{
|
||||
CompletionItem, CompletionItemKind, CompletionScore, ImportEdit, InsertTextFormat,
|
||||
Relevance,
|
||||
CompletionItem, CompletionItemKind, CompletionRelevance, CompletionScore, ImportEdit,
|
||||
InsertTextFormat,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue