Categories
|
BSD
MiscCommandProducts: IntelliJ IDEA, Android Studio Vendor: Arnab Karmakar Email: N/A Website: N/A Description:
Overview
This plug-in basically provides three simple commands.
1. Upper case conversion
2. Lower case conversion
3. Pop up structure view.
Upper case conversion (ctrl + alt + U)
As the name suggests, this command will change the selected texts into upper case letters.
Lower case conversion (ctrl + alt + D)
This will simply convert the case of the selected texts into lower case.
For both the commands, undo manger will undo the changes as per the usual flow.
Pop up structure view (alt + O)
Although the structure view of a file is always there as a side tool, it will come handy while editing a big file to go to a particular method in a java file. This plug-in is similar to eclipse tool which displays all the available methods in a java file which is currently under edition.
General usage instructions:OverviewThis plug-in basically provides three simple commands. 1. Upper case conversion 2. Lower case conversion 3. Pop up structure view. Upper case conversion (ctrl + alt + U) As the name suggests, this command will change the selected texts into upper case letters. Lower case conversion (ctrl + alt + D) This will simply convert the case of the selected texts into lower case. For both the commands, undo manger will undo the changes as per the usual flow. Pop up structure view (alt + O) Although the structure view of a file is always there as a side tool, it will come handy while editing a big file to go to a particular method in a java file. This plug-in is similar to eclipse tool which displays all the available methods in a java file which is currently under edition. |
|||||||||||||||||||||
Comments: