You can change the case of selected text in the Source Code editor. Follow these steps:
- Selecting a word or words in the source code.
- Right-click and choose Change Case from the pop-up menu.
- Choose the type of case you want to apply to the selection. The choices are as follows:
Choice
|
Original
|
Result
|
Upper Case
|
Test_me
|
TEST_ME
|
Lower Case
|
Test_me
|
test_me
|
Invert Case
|
Test_me
|
tEST_ME
|
Capitalize
|
Test_me
|
Test_Me
|