Skip to content

MalteSchledjewski/vscode-rtlola

Repository files navigation

RTLola

This extension provides support for the stream-based specification language RTLola.

Features

  • highlighting (rough / TextMate grammar based)

highlighting

  • snippets such as

    • input input snippet animation
    • output output snippet animation
    • trigger trigger snippet animation
    • .hold hold snippet animation
    • .get get snippet animation
    • .offset get snippet animation
    • .agg, .agg_discrete, .defaults agg, agg_discrete and defaults snippet animation
    • .agg_exactly, .agg_exactly_discrete agg_exactly and agg_exactly_discrete snippet animation
    • if if snippet animation
  • inlay hints showing the inferred types

  • go to definition

  • show errors

  • information on hover


Known Issues

input velo
    : Float64 // this does not highlight because the grammar is restricted to only one line

Release Notes

[0.3.0] - 2023-10-17

  • fixed error that started a LS for every open RTLola file
  • update to current RTLola language

Read the full changelog