This commit is contained in:
Daniel Imms 2016-03-03 09:47:41 -08:00
Родитель eaca3f2ad7
Коммит 9f83489ee3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Functionality
This is an example of how to extend [VS Code] with some useful text manipulation tools. These include:
This is an example of how to extend [VS Code](https://github.com/Microsoft/vscode) with some useful text manipulation tools. These include:
* Common casing operations e.g. toUpper, ToLower, SwapCase, Reverse and more
* HTML encoding and Decoding