Overview Version History Q & A Rating & Review
A VS Code extension that allows you to view Toolblox contract diagrams directly within VS Code/Cursor.
Features
Automatic diagram viewing : Open any .toolblox
file to automatically display its diagram
Secure API key storage : Uses VS Code's SecretStorage for secure API key management
Command palette integration : Set API keys and open diagrams via commands
Settings integration : Configure API key and base URL through VS Code settings
Usage
Install the extension
Set your Toolblox API key using the command palette:
Press Ctrl+Shift+P
(or Cmd+Shift+P
on Mac)
Type "Toolblox: Set API Key"
Enter your API key when prompted
Open any .toolblox
file - the diagram will automatically appear in a new panel
Alternatively, use "Toolblox: Open Diagram" command with an active .toolblox
file
Commands
Toolblox: Set API Key
- Securely store your Toolblox API key
Toolblox: Open Diagram
- Manually open diagram for active .toolblox
file
Settings
toolblox.apiKey
- Your Toolblox API key (stored securely)
toolblox.baseUrl
- Base URL for the Toolblox service (default: https://bl0x.io )
Security
API keys are stored using VS Code's SecretStorage API for maximum security
No sensitive information is logged or exposed
Requirements
VS Code 1.60.0 or higher
Access to Toolblox API service