/vs-encrypt-text

visual studio code extension for encrypt/decrypt selected text

Primary LanguageTypeScript

VS Code text encrypt/decrypt

This extension is for encrypt/decrypt selected text.

notes

  1. files under .vscode determines how to debug the source code.

Demo

demo

VS Code API

vscode module

Contribution Points

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window

TODO

  1. kill tab in yaml file.
  2. qr image encode/decode
  3. news/btc data
  4. Timestamp to local time convertor.

Refs

  1. VSCODE-TODO-HIGHLIGHT, 高亮TODO
  2. vscode-redmine