Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.33 KB

vscode-lowercase

Convert selection to lowercase in Visual Studio Code.

Style Guide Travis Codecov

How it works

Using the command palette

Command palette

Using a keyboard shortcut

Keyboard shortcut

The default keboard shortcut is set to alt+shift+l, but you can change it to something else by overriding the key value of the lowercase.tolowercase command.

Contributing

Contributions are welcome, either via issues or pull requests.

For any code addition or change, follow the style guide, add the respective tests and make sure the existing ones still pass.

Running the tests

$ npm t

Logo

Extension icon provided by Christian Oliff.

License

MIT