mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Omit completion fields to be resolved later
This commit is contained in:
parent
2395a4e932
commit
ba1c9146fc
4 changed files with 98 additions and 61 deletions
|
@ -43,11 +43,8 @@ pub struct CompletionFieldsToResolve {
|
|||
pub resolve_tags: bool,
|
||||
pub resolve_detail: bool,
|
||||
pub resolve_documentation: bool,
|
||||
pub resolve_sort_text: bool,
|
||||
pub resolve_filter_text: bool,
|
||||
pub resolve_text_edit: bool,
|
||||
// FIXME: those are always resolved
|
||||
// pub resolve_additional_text_edits: bool,
|
||||
pub resolve_command: bool,
|
||||
}
|
||||
|
||||
|
@ -58,7 +55,6 @@ impl CompletionFieldsToResolve {
|
|||
resolve_tags: false,
|
||||
resolve_detail: false,
|
||||
resolve_documentation: false,
|
||||
resolve_sort_text: false,
|
||||
resolve_filter_text: false,
|
||||
resolve_text_edit: false,
|
||||
resolve_command: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue