Skip to content

VS Code API Helper method that replaces all text in active editor with a string

License

Notifications You must be signed in to change notification settings

alexarthurs/vscode-api-replace-all-text

Repository files navigation

VS Code API replace all text

Helper method that replaces all text in active editor with a string

Usage

import replaceText from 'vscode-replace-all-text';
replaceText('Only this text should appear in the editor');

Installation

$ npm install -S vscode-replace-all-text

About

VS Code API Helper method that replaces all text in active editor with a string

Resources

License

Stars

Watchers

Forks

Packages

No packages published