Very simple Plugin to convert the selected word from "camelCase" to "dash-case" Notation and vice versa.
- Locate your Sublime Text 2 Package Folder ("Preferences" -> "Browse Packages")
- Clone this repository into that folder
"ctrl+alt+-"
- Select the word
- Hit
"ctrl+alt+-"
(see key binding)
This is a very simple implementation. There are a lot of cases not taken care of.
The MIT License (MIT)