Official VS Code extension for Event-Integrator configuration, debugging, and development.
- Syntax Highlighting: Full syntax support for .event-integrator.yaml and .event-integrator.json files
- IntelliSense: Autocomplete and schema validation for configuration files
- Debugging: Integrated debugger for Event-Integrator with breakpoints and step execution
- Configuration Editor: Visual editor for Event-Integrator settings with schema guidance
- Code Snippets: Pre-built snippets for common Event-Integrator patterns
- Live Preview: Real-time validation and error detection
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Event-Integrator"
- Click Install
Or install from command line:
code --install-extension similigh.event-integrator- Create an
.event-integrator.yamlfile in your workspace - Start typing - IntelliSense will provide suggestions
- Errors and warnings appear inline with helpful messages
- Use snippet shortcuts for common patterns
Configure extension settings in VS Code preferences:
eventIntegrator.configPath: Default path to configuration fileseventIntegrator.validateOnType: Enable real-time validationeventIntegrator.theme: Color theme for editor
- Set breakpoints in event handlers
- Press F5 to start debugging
- Step through event processing
- Inspect payloads and variables
Event-Integrator: Open Settings- Open configuration editorEvent-Integrator: Validate Config- Validate current fileEvent-Integrator: Format Document- Format YAML/JSON
See CONTRIBUTING.md for development guidelines.
MIT License - see LICENSE file for details