n

netbeans-case-converter

This module provides a convenient way to convert string case.

Usage

In the editor panel:
  1. Select the text you want to change the case of
  2. Right-click to open the contextual menu
  3. Open the Convert To... submenu
  4. Click on the converter of your choice
Please note that if no text is selected, the menu is disabled.

Available converters

  • camelCase: first capitalized letter of each word, except for the first letter of the resulting word, no space
  • hyphen-case: lower case words separated with an hyphen
  • lower case: lower case words
  • PascalCase: first capitalized letter of each word, no space
  • Sentence 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 character
  • Title Case: first capitalized letter of each word, one space between words
  • UPPER CASE: upper case words
https://github.com/eviweb/netbeans-case-converter
Apache License, Version 2.0
Eric VILLARD
Aggregated version Version Update time
0.2 0.2.3 Oct 03, 2020
0.2.2 Sep 30, 2020
0.2.1 Sep 30, 2020
0.2.0 Sep 29, 2020
4 Records