VSCode:将文本转换为小写/大写/标题大小写
VSCode 具有内置函数,可以将选定的文本转换为小写、大写和标题格式。
- 选择要转换的文本。使用
Ctrl + L
选择整行 - 打开
Show all commands
。Linux 和 Windows:Ctrl + Shift + P
,Mac:⇧⌘P
- 输入命令,例如
lower
,,upper
title
- 等待自动完成(如动画所示)
- 打
Enter
VSCode 具有内置函数,可以将选定的文本转换为小写、大写和标题格式。
Ctrl + L
选择整行Show all commands
。Linux 和 Windows:Ctrl + Shift + P
,Mac:⇧⌘P
lower
,,upper
title
Enter