Skip to content

Releases: LFrobeen/intellij-datalog

Datalog Intellij Plugin 2.0.0

17 Apr 22:02
c7d2782
Compare
Choose a tag to compare

Syntax and Language Support

  • Add support for base type syntax (#4).
  • Add support float and unsigned data types.
  • Fix parsing for aggregations; add mean aggregator.
  • Improve support for parameters of .input and .oudput directives.

Editor

  • Fix syntax highlighting of #include directives.
  • Fix bug in reference resolution logic (#3).
  • Fix missing jump-to-relation line markers for fact statements.
  • Improve jump-to-base / jump-to-sub-components line markers for components.
  • Add quick-fix for replacing unused variables with wildcards in statements.

Performance and Stability

  • Replace usages of deprecated APIs (#6).
  • Fix performance issues for line marker generation.
  • Use latest IntelliJ Plugin SDK.

What's Changed

Datalog Intellij Plugin 1.1.0

22 Mar 15:36
Compare
Choose a tag to compare

Changes

  • Fix annotations for relation arity mistakes.
  • Extend documentation parsing to all declaration types (e.g. preprocessor definitions, types, etc.).
  • Include comment declarations in code completion.
  • Fix rule lookup via gutter-icon.
  • Add support for relation qualifiers.

Datalog Intellij Plugin 1.0.0

28 Sep 22:59
Compare
Choose a tag to compare

Features

  • Code completion
  • Code folding
  • Doc comments
  • Find usages
  • Go to declaration
  • Go to symbol
  • Parameter hints
  • Semantics warnings
  • Syntax highlighting
  • ... and more