Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 950 Bytes

Readme.md

File metadata and controls

43 lines (28 loc) · 950 Bytes

CaseFormat

Converting selected text(or one word after pointer) between various ASCII case formats, such as hyphen, camel and underscore.

Environment

  • Java8
  • Win 10
  • IDEAIntelliJ IDEA 2017.2.7

Plugin Jar

case-format.jar

Keyboard Shortcut

  • ALT + H: Converting selected text to lower hyphen case.
  • ALT + SHIFT + H: Converting selected text to upper hyphen case.
  • ALT + M: Converting selected text to lower camel case.
  • ALT + SHIFT + M: Converting selected text to upper camel case.
  • ALT + U: Converting selected text to lower underscore case.
  • ALT + SHIFT + U: Converting selected text to upper underscore case.

Example

lower hyphen

upper hyphen

lower camel

upper camel

lower underscore

upper underscore