1.1.0 • Published 4 years ago

vscode-insert-text v1.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

vscode-insert-text

npm npm CircleCI David

Easily insert text into the active editor

Installation

npm install vscode-insert-text -S

Usage

insertText(text: string, appendText: boolean = false, newLine: boolean = false)

Example:

const { insertText } = require('vscode-insert-text');

insertText('Lorem ipsum');

License

This work is licensed under The MIT License

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago