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.

 

相关文章:

  • 2021-12-19
  • 2022-02-03
  • 2021-05-20
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2021-09-09
  • 2022-01-28
  • 2021-11-22
  • 2021-10-23
  • 2021-10-10
  • 2022-12-23
  • 2021-06-11
相关资源
相似解决方案