aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 926f648e0692022ef42fbc0a6ccf9a08fd6a409f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Case Conversion
===============

A plugin for JetBrain IDEs to convert between cases.

The plugin provides actions to convert to these cases:

- `snake_case`
- `dash-case`
- `camelCase`
- `PascalCase`
- `SCREAMING_SNAKE_CASE`
- `UPPER CASE`
- `lower case`
- `fLIP cASE`
- `Title Case`

The Plugin was inspired by the [Case Conversion Plugin for SublimeText](https://packagecontrol.io/packages/Case%20Conversion).

Contributing
------------

You can send patches, bugreports or feature-requests to laria-code at laria dot me. You can also go to the mirrored GitHub repo (<https://github.com/silvasur/idea_caseconv>) and create a pull request.