Bobbin VS Code Extension v0.1.0
·
154 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
The first release of the official Bobbin extension for Visual Studio Code!
Features
Syntax Highlighting
- Full syntax highlighting for
.bobbinfiles - Colorizes variable declarations (
save,temp,extern), assignments (set), dialogue text, choices, string interpolations{}, and comments
Error Diagnostics
- Real-time error detection powered by the Bobbin Language Server
- Undefined variable references with "did you mean?" suggestions
- Variable shadowing warnings
- Assignment to read-only extern variables
- Parse errors with precise line/column locations
Autocomplete
- Context-aware code completion
- Suggests declared variables (temp, save, extern)
- Suggests keywords (
save,temp,set,extern) and boolean literals (true,false) - Smart filtering: only shows variables inside interpolations
{}
Zero Setup
- Bundled language server for all platforms (Windows, macOS, Linux)
- No additional installation required — just install and go!
Commands
- Bobbin: Restart Language Server — Restart the LSP if needed
Configuration
| Setting | Description |
|---|---|
bobbin.lsp.path |
Custom path to bobbin-lsp executable |
bobbin.trace.server |
LSP trace level (off, messages, verbose) |
Full Changelog: godot-addon-v0.1.0...vscode-v0.1.0