Eclipse upper caselower case

it2022-05-13  61

How do I make a lower case string in Eclipse to be upper case?Using Eclipse, I want to select a string and either uppercase it or lower case it.How?

By default, the hotkey :

changes to lower case : CTRL + SHIFT + Y

changes to upper case : CTRL + SHIFT + X

do you know if this can be added to the Eclipse menu, maybe under "Edit" or under "Source" ?

Those hotkeys are impossible to remember

You can use the hot key CTRL+SHIFT+L to bring up the popup that contains all the available hot-keys

This tip comes from eclipse help. If you need to find it, click Help, Search, then type "uppercase".

You'll find a page with lots of shortcuts.

 

转载于:https://www.cnblogs.com/shangdawei/p/3151160.html

相关资源:数据结构—成绩单生成器

最新回复(0)