CaseConversion icon indicating copy to clipboard operation
CaseConversion copied to clipboard

Case conversion plugin (pascal, camel, snake) for sublime text 2

Results 22 CaseConversion issues
Sort by recently updated
recently updated
newest added

when converting the following string to snake case WA Licensed Surveyors (Transfer of Land Act 1893) Regulations 1961 the expected result with preseverd leading acronym "WA" was wa_licensed_surveyors_transfer_of_land_act_1893_regulations_1961 but the...

This plugin is very useful. I use it to convert camelCase to snake_case. I hope you provide multi-line support, convert multi-line to multi-line, for instance: sortField sortType convert to sort_field...

This is a very useful plugin for converting legacy Python code to be PEP8 compliant. However, a common convention in Python is to use leading underscores for private variables. When...

### 1. Summary Non-ASCII symbols not converted for me. ### 2. Expected behavior ![Case Conversion](http://i.imgur.com/MUlYl8R.gif) 1. Native Sublime Text Convert Case — Upper Case, Lower Case and so on —...

Added Better Title Case to transform multi-word variables. Example: `"committed_datetime:{}".format(committed_datetime)` into `"Committed Datetime:{}".format(committed_datetime)` instead of Sublime's Title Case `"Committed_datetime:{}".format(committed_datetime)`

I'd like to see a "file" "global" option to do this for all instances in a file or in a project tree.

When I select multiple lines in a file, and try to convert the case of this lines to anything of convertions of this plugins, the words are concatenated, i.e., the...

Hi, first of all, thanks for a great plugin! I use it daily at work and it's a huge time-saver. I noticed today that camelCase seems to only work for...

@jdc0589 and all other who love this Sublime plugin Find a major overhaul of CaseConversion in this fork: **[HERE](https://github.com/bfelder/CaseConversion)** **Updates include:** - pythonized code: E.g. no more ` if x...