Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 528 Bytes

File metadata and controls

20 lines (16 loc) · 528 Bytes

Changelog

All notable changes to the T-Ruby VS Code extension will be documented in this file.

[0.1.0] - 2024-12-10

Added

  • Initial release
  • Syntax highlighting for .trb and .d.trb files
  • Language Server Protocol (LSP) integration
  • Real-time diagnostics and type error reporting
  • IntelliSense with autocomplete suggestions
  • Go to Definition support
  • Hover information for types
  • Find References functionality
  • Commands:
    • Compile Current File
    • Generate Declaration File
    • Restart Language Server