Releases: ossuminc/riddl-vscode
Releases · ossuminc/riddl-vscode
RIDDL VS Code Extension v0.9.0-beta
RIDDL Language Support for VS Code - Beta Release
This is a beta release for testing. Please report any issues at https://github.com/ossuminc/riddl-vscode/issues
Features
Core Language Support:
- Syntax highlighting (TextMate + Semantic tokens)
- Hover documentation for keywords and types
- Real-time diagnostics (syntax + semantic validation)
- Code completion with DDD pattern snippets
- Go to Definition
- Find All References
- Commands (info, parse, validate, translate)
AI-Assisted Development (requires riddl-mcp-server):
- MCP client for AI-powered assistance
- Code actions (light bulb) for generating content
- Explain error and suggest fix with AI
Editor Enhancements:
- Code folding for definitions and comments
- Document outline with breadcrumbs
- Enhanced completions with 9 DDD pattern snippets
Installation
- Download
riddl-vscode-0.9.0-beta.vsixbelow - Open VS Code
- Press
Cmd+Shift+P(Mac) orCtrl+Shift+P(Windows/Linux) - Type "Install from VSIX" and select it
- Browse to the downloaded
.vsixfile - Click "Install" and reload VS Code
Or via command line:
code --install-extension riddl-vscode-0.9.0-beta.vsixFeedback
Please report bugs and feedback at: https://github.com/ossuminc/riddl-vscode/issues