ldsands / vscode-string-manipulation

VSCode extension to add common string manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String Manipulation for VSCode

This extension provides string manipulation commands for any selected text as well as multiple selections.

Current string functions available:

  1. camelize
  2. capitalize
  3. classify
  4. dasherize
  5. decapitalize
  6. humanize
  7. reverse
  8. screaming snake
  9. sentence
  10. slugify
  11. snake / underscore
  12. swap case
  13. titleize
  14. titleize (AP Style)
  15. titleize (Chicago Style)

Use

To use these commands, press ⌘+p and enter any of the commands above while text is selected in your editor.

String Manipulation Screencast

License

The MIT License (MIT)

Copyright (c) 2016 Marc Lipovsky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

VSCode extension to add common string manipulation


Languages

Language:JavaScript 100.0%