GithubHelp home page GithubHelp logo

myhololens / vscode-change-case Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wmaurer/vscode-change-case

0.0 1.0 0.0 46 KB

Change Case Extension for Visual Studio Code

License: MIT License

TypeScript 100.00%

vscode-change-case's Introduction

Change Case Extension for Visual Studio Code

A wrapper around node-change-case for Visual Studio Code. Quickly change the case of the current selection or current word.

If only one word is selected, the extension.changeCase.commands command gives you a preview of each option:

change-case-preview

change-case also works with multiple cursors:

change-case-multi

Note: Please read the documentation on how to use multiple cursors in Visual Studio Code.

Install

Launch VS Code Quick Open (Ctrl/Cmd+P), paste the following command, and press enter.

ext install change-case

Commands

  • extension.changeCase.commands: List all Change Case commands, with preview if only one word is selected
  • extension.changeCase.camel: Change Case 'camel': Convert to a string with the separators denoted by having the next letter capitalised
  • extension.changeCase.constant: Change Case 'constant': Convert to an upper case, underscore separated string
  • extension.changeCase.dot: Change Case 'dot': Convert to a lower case, period separated string
  • extension.changeCase.kebab: Change Case 'kebab': Convert to a lower case, dash separated string (alias for param case)
  • extension.changeCase.lower: Change Case 'lower': Convert to a string in lower case
  • extension.changeCase.lowerFirst: Change Case 'lowerFirst': Convert to a string with the first character lower cased
  • extension.changeCase.no: Convert the string without any casing (lower case, space separated)
  • extension.changeCase.param: Change Case 'param': Convert to a lower case, dash separated string
  • extension.changeCase.pascal: Change Case 'pascal': Convert to a string denoted in the same fashion as camelCase, but with the first letter also capitalised
  • extension.changeCase.path: Change Case 'path': Convert to a lower case, slash separated string
  • extension.changeCase.sentence: Change Case 'sentence': Convert to a lower case, space separated string
  • extension.changeCase.snake: Change Case 'snake': Convert to a lower case, underscore separated string
  • extension.changeCase.swap: Change Case 'swap': Convert to a string with every character case reversed
  • extension.changeCase.title: Change Case 'title': Convert to a space separated string with the first character of every word upper cased
  • extension.changeCase.upper: Change Case 'upper': Convert to a string in upper case
  • extension.changeCase.upperFirst: Change Case 'upperFirst': Convert to a string with the first character upper cased

Support

Create an issue, or ping @waynemaurer on Twitter.

vscode-change-case's People

Contributors

wmaurer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.