Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Bots Playground SDKNew to Visual Studio Code? Get it now.
Bots Playground SDK

Bots Playground SDK

triple7inc

|
1 install
| (0) | Free
Auto-complete, hovers, snippets, and function/event listing for SmartBots Bots Playground scripts.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bots Playground SDK

VS Code support for SmartBots Bots Playground scripts.

This extension adds autocomplete, hovers, signature help, snippets, and a searchable sidebar for Bots Playground commands and events.

It focuses only on the Bots Playground scripting API:

  • Bot.* Playground commands
  • Bot.on(...) Playground events
  • Playground built-ins such as http, localStorage, process, console, userSettings, and _assert

Install

From VS Code Extensions

  1. Open VS Code.
  2. Open the Extensions view with Ctrl+Shift+X.
  3. Search for Bots Playground SDK.
  4. Click Install.

From A Local VSIX

  1. Open VS Code.
  2. Open the Extensions view with Ctrl+Shift+X.
  3. Click the ... menu at the top of the Extensions view.
  4. Choose Install from VSIX....
  5. Select the bots-playground-vscode .vsix file.

You can also install a local VSIX from a terminal:

code --install-extension bots-playground-vscode-0.1.5.vsix

Use

Open a JavaScript or TypeScript Bots Playground script and start typing:

  • Bot. for Playground commands
  • Bot.on(' for event names
  • Built-ins such as http., localStorage., process., and console.

The extension also adds a Bots Playground icon to the VS Code Activity Bar. Open it to browse separate Commands and Events lists. Selecting an item inserts the matching snippet into the active editor.

Refresh Docs

You can refresh the extension's command and event catalog from the SmartBots docs at any time:

  1. Open the Bots Playground icon in the VS Code Activity Bar.
  2. Open either the Commands or Events view.
  3. Click the refresh icon in that view's title bar.
  4. Wait for the notification confirming how many commands, events, and built-ins were refreshed.

You can also open the Command Palette with Ctrl+Shift+P and run Bots Playground: Refresh Docs Catalog.

Refreshing updates autocomplete, hovers, signature help, and the Commands/Events sidebar immediately.

Notes

This extension is for Bots Playground scripts. It does not add autocomplete for SmartBots HTTP API, AdminBot, TotalControl, PHP, LSL helper APIs, or publishing/store documentation.

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