From b8ee85038e1d42503a4359d6476595181b7afe38 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Thu, 2 Aug 2018 17:05:57 +0200 Subject: Initial commit --- resources/META-INF/plugin.xml | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 resources/META-INF/plugin.xml (limited to 'resources/META-INF/plugin.xml') diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml new file mode 100644 index 0000000..c532213 --- /dev/null +++ b/resources/META-INF/plugin.xml @@ -0,0 +1,76 @@ + + me.laria.code.idea_caseconv + Case conversion + 0.5 + 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
  • +
+ ]]>
+ + + + + + + + + com.intellij.modules.lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3-54-g00ecf