1.0.0 • Published 8 years ago

vscode-set-text v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

vscode-set-text

An easy-to-use VS Code #setText() method

Install

$ npm install --save vscode-set-text

Usage

import setText from 'vscode-set-text';

setText('new text');

API

setText(text, editor)

text

Type: string

Text you want to set in the editor

editor

Type: vscode.TextEditor
Default: window.activeTextEditor

Editor to set the text in.

License

MIT © Sam Verschueren

1.0.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago