This is a sample markdown extension e.g. wordcount and toUpper
Перейти к файлу
Sean McBreen 1dfb269e85 1.0.1 2017-04-05 09:23:26 -07:00
.vscode Error fixes for multi select and clean-up 2016-04-29 17:24:35 -07:00
images 0.0.15 2015-11-06 13:25:01 -08:00
typings Updated Readme 2015-10-02 17:37:45 -07:00
.gitignore Update package.json 2015-10-30 10:46:11 -07:00
.vscodeignore Update readme 2015-11-03 10:14:04 -08:00
CHANGELOG.md 1.0.1 2017-04-05 09:23:26 -07:00
LICENSE.txt Fix licence 2015-11-17 17:57:21 -08:00
README.md 1.0.1 2017-04-05 09:23:26 -07:00
extension.ts Closes #7 2016-10-17 22:05:42 -02:00
package.json 1.0.1 2017-04-05 09:23:26 -07:00
thirdpartynotices.txt 0.1.4 Licence 2015-11-17 16:38:45 -08:00
tsconfig.json Error fixes for multi select and clean-up 2016-04-29 17:24:35 -07:00

README.md

Functionality

This is an example of how to extend VS Code with some useful text manipulation tools. This extension works for all file types.

These include:

  • Common casing operations e.g. toUpper, ToLower, SwapCase, Reverse and more
  • HTML encoding and Decoding
  • ASCII Art

Install

Open up VS Code and hit F1 and type ext select Install Extension and type mdtools hit enter and reload window to enable.

install and work

Update a selection

The extension is activated for all file types, and you open up a menu of commands by pressing Alt+T. Multi selection is supported for all commands. If you select ASCII Art you will get a secondary menu where you can choose the font.

Known Issues

Here are a few common issues.

  • The selection zone post edit can be mis-mapped.