Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Script PlusNew to Visual Studio Code? Get it now.
Script Plus

Script Plus

Darren Daniel Day

|
4,471 installs
| (0) | Free
A vscode plugin for running JS/TS scripts to call vscode API.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

script-plus

简体中文

A simple JS/TS script runner with the ability of calling vscode API.

In short, this extension is a Tempermonkey of vscode.

Requirements

  • Nodejs >= 14.15, higher versions are recommended.
  • Yarn >= 1.22, < 2.0, if you want to use yarn as package manager
  • Visual Studio Code @latest

Usage

Click icon on side bar (known as activity bar) to open webview UI and explore the features.

You can also use commands to access all features of this extension.

In the scripts you can use global modules managed by npm and yarn.

Be sure your code is written in ONE SINGLE SCRIPT FILE. This means that relative module imports (except type-only imports) are not allowed.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft