Changing the case of a string in Eclipse(在 Eclipse 中更改字符串的大小写)
问题描述
如何使用 Eclipse 将小写字符串变为大写?我想选择一个字符串并将其大写或小写.这样做有捷径吗?
How do I make a lowercase string uppercase using Eclipse? I want to select a string and either uppercase it or lowercase it. Is there a shortcut for doing this?
推荐答案
默认热键:
CTRL+SHIFT+Y变为小写.
CTRL+SHIFT+X 变为大写.
或者,在 Mac 上:
Or, on a Mac:
⌘+⇧+Y变为小写.
⌘+⇧+X 变为大写.
这篇关于在 Eclipse 中更改字符串的大小写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!