Skip to content

DarrenDanielDay/script-plus

Repository files navigation

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!

About

A scripting plugin for vscode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages