From 904b2cbff1b49ba39f89be4e42a26d1f4b26c66a Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 25 Jun 2019 23:05:59 +0200 Subject: Transform to gradle project --- src/main/resources/META-INF/plugin.xml | 81 ++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 src/main/resources/META-INF/plugin.xml (limited to 'src/main/resources/META-INF/plugin.xml') diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml new file mode 100644 index 0000000..9ab02a7 --- /dev/null +++ b/src/main/resources/META-INF/plugin.xml @@ -0,0 +1,81 @@ + + me.laria.code.idea_caseconv + Case conversion + 0.5.1 + Laria Chabowski + + +

Convert between cases.

+

The Plugin provides actions to convert to the following cases:

+
    +
  • snake_case
  • +
  • dash-case
  • +
  • camelCase
  • +
  • PascalCase
  • +
  • SCREAMING_SNAKE_CASE
  • +
  • UPPER CASE
  • +
  • lower case
  • +
  • fLIP cASE
  • +
  • Title Case
  • +
+ ]]>
+ + + + + + + + + com.intellij.modules.lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3-54-g00ecf