/CamelCase-DashCase

Sublime Text Plugin: Toggle Case: camelCase <-> dash-case

Primary LanguageJavaScriptMIT LicenseMIT

Sublime Text Plugin

camelCase <-> dash-case

Very simple Plugin to convert the selected word from "camelCase" to "dash-case" Notation and vice versa.

Install - (Manually) Git Clone

  • Locate your Sublime Text 2 Package Folder ("Preferences" -> "Browse Packages")
  • Clone this repository into that folder

Default Keybinding

"ctrl+alt+-"

Usage

  • Select the word
  • Hit "ctrl+alt+-" (see key binding)

To Do

This is a very simple implementation. There are a lot of cases not taken care of.

License

The MIT License (MIT)