Skip to content

Releases: ossuminc/riddl-vscode

RIDDL VS Code Extension v0.9.0-beta

21 Jan 22:21

Choose a tag to compare

Pre-release

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

  1. Download riddl-vscode-0.9.0-beta.vsix below
  2. Open VS Code
  3. Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux)
  4. Type "Install from VSIX" and select it
  5. Browse to the downloaded .vsix file
  6. Click "Install" and reload VS Code

Or via command line:

code --install-extension riddl-vscode-0.9.0-beta.vsix

Feedback

Please report bugs and feedback at: https://github.com/ossuminc/riddl-vscode/issues