aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6e3e453f3bb21e6e31f50afab8c9aa96b92d00b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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`
- `dot.case`

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

How to use
----------

Select the text you want to convert and then invoke the desired action.
There are multiple ways to do this:

- Use the menu bar: The actions of this plugin can be found in
  "Edit" > "Convert Case"
- Use the Find Action feature: Bring up the "Find Action" search dialog
  (default keyboard shortcut is Ctrl+Shift+A) and type the name of the
  desired convert action (or type "Convert Case" to see all actions).
  Tip: This search uses fuzzy matching so you can just type "camcas" for
  "Convert Case: camelCase".
- Create a keyboard shortcut: Open Settings > Keymap and search for
  "Convert Case" and create a keyboard shortcut for the desired action.

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.