Bots Playground SDKVS 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:
InstallFrom VS Code Extensions
From A Local VSIX
You can also install a local VSIX from a terminal:
UseOpen a JavaScript or TypeScript Bots Playground script and start typing:
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 DocsYou can refresh the extension's command and event catalog from the SmartBots docs at any time:
You can also open the Command Palette with Refreshing updates autocomplete, hovers, signature help, and the Commands/Events sidebar immediately. NotesThis 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. |