/vscode-uppercase

Convert selection to uppercase in Visual Studio Code

Primary LanguageJavaScriptMIT LicenseMIT

vscode-uppercase

Convert selection to uppercase 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+u, but you can change it to something else by overriding the key value of the uppercase.toUpperCase 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