This module provides easy to use string case converters.
- NetBeans version 11.0+
- Java version 1.8+
First, download the latest NBM package.
Then proceed through the menu Tools > Plugins > Downloaded > Add Plugins...
Go to Tools > Plugins > Available Plugins, check NetBeans Case Converter in the Editing section, then click the Install button.
In the editor panel:
- Select the text you want to change the case of
- Right-click to open the contextual menu
- Open the
Convert To...
submenu - Click on the converter of your choice
Please note that if no text is selected, the menu is disabled.
Current available converters:
camelCase
: first capitalized letter of each word, except for the first letter of the resulting word, no spacehyphen-case
: lower case words separated with an hyphenlower case
: lower case wordsPascalCase
: first capitalized letter of each word, no spaceSentence case.
: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)snake_case
: lower case words separated with an underline characterTitle Case
: first capitalized letter of each word, one space between wordsUPPER CASE
: upper case words
This project is licensed under the terms of the Apache License, version 2