Rename remaining mentions of "inline completion" to "edit prediction" (#35512)
Release Notes: - N/A
This commit is contained in:
parent
85885723a9
commit
65018c28c0
43 changed files with 480 additions and 498 deletions
|
@ -242,22 +242,22 @@ static STRING_REPLACE: LazyLock<HashMap<&str, &str>> = LazyLock::new(|| {
|
|||
"inline_completion::ToggleMenu",
|
||||
"edit_prediction::ToggleMenu",
|
||||
),
|
||||
("editor::NextInlineCompletion", "editor::NextEditPrediction"),
|
||||
("editor::NextEditPrediction", "editor::NextEditPrediction"),
|
||||
(
|
||||
"editor::PreviousInlineCompletion",
|
||||
"editor::PreviousEditPrediction",
|
||||
"editor::PreviousEditPrediction",
|
||||
),
|
||||
(
|
||||
"editor::AcceptPartialInlineCompletion",
|
||||
"editor::AcceptPartialEditPrediction",
|
||||
"editor::AcceptPartialEditPrediction",
|
||||
),
|
||||
("editor::ShowInlineCompletion", "editor::ShowEditPrediction"),
|
||||
("editor::ShowEditPrediction", "editor::ShowEditPrediction"),
|
||||
(
|
||||
"editor::AcceptInlineCompletion",
|
||||
"editor::AcceptEditPrediction",
|
||||
"editor::AcceptEditPrediction",
|
||||
),
|
||||
(
|
||||
"editor::ToggleInlineCompletions",
|
||||
"editor::ToggleEditPredictions",
|
||||
"editor::ToggleEditPrediction",
|
||||
),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue