Do not capitalize prepositions in title case
This also match the app menu
This commit is contained in:
parent
d6b728409f
commit
3014cc5299
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ pub fn deploy_context_menu(
|
|||
AnchorCorner::TopLeft,
|
||||
vec![
|
||||
ContextMenuItem::item("Rename Symbol", Rename),
|
||||
ContextMenuItem::item("Go To Definition", GoToDefinition),
|
||||
ContextMenuItem::item("Go To Type Definition", GoToTypeDefinition),
|
||||
ContextMenuItem::item("Go to Definition", GoToDefinition),
|
||||
ContextMenuItem::item("Go to Type Definition", GoToTypeDefinition),
|
||||
ContextMenuItem::item("Find All References", FindAllReferences),
|
||||
ContextMenuItem::item(
|
||||
"Code Actions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue