diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2018-08-02 17:05:57 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2018-08-02 17:05:57 +0200 |
commit | b8ee85038e1d42503a4359d6476595181b7afe38 (patch) | |
tree | d4846f481eafb20febc2ed594d9988ba7b748cbe /README.md | |
download | idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.tar.gz idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.tar.bz2 idea_caseconv-b8ee85038e1d42503a4359d6476595181b7afe38.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7cc58b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +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` + +The Plugin was inspired by the [Case Conversion Plugin for SublimeText](https://packagecontrol.io/packages/Case%20Conversion).
\ No newline at end of file |