Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TTS IDENew to Visual Studio Code? Get it now.
TTS IDE

TTS IDE

Plecra

|
1,135 installs
| (0) | Free
A development environment for Tabletop Simulator mods
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TTS IDE

A personal implementation of the Tabletop Simulator [External Editor API] for VSCode.

Features

It lets you modify TTS scripts in-memory, with a focus on UX (and explaining any errors that arise.)

There's no bundling feature implemented yet, so it is not suitable for large projects.

Usage

  1. Open a game in TTS

Option A

  1. Open a workspace (vscode won't let me create the virtual filesystem without it)
  2. Run "TTS IDE: Connect to Running Game"

Option B

Create create a tts.workspace file as so and open it with vscode:

{
    "folders": [
        {
            "uri": "tabletop-simulator:/",
            "name": "Tabletop Simulator",
        }
    ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft