Skip to content

Releases: tsalzinger/intellij-idea-coco-r-plugin

v1.0.0

26 Jan 00:19
83a3ae2
Compare
Choose a tag to compare

Initial Release

Supported Features:

  • Syntax Highlighting - Customizable via settings page
  • Commenter (Block and line comments)
  • Syntax Error highlighting (unexpected tokens)
  • Reference check (report unresolvable references to characters, tokens and productions)
  • Declaration order check (report references to characters and tokens declared after usage)
  • Attributes check (productions have to be used with or without attributes according to declaration)
  • Highlight unused characters, tokens, pragmas and productions
  • Code Folding
  • Structure View
  • Find usages
  • Inplace rename refactorings (Compiler, Characters, Tokens, Pragmas and Productions)
  • Brace matching for (), [], {}, <>, <..> and (..)
  • Code completion (Compiler, Character, Token, Pragma and Production names)
  • Go to declaration
  • Go to symbol / Symbol search
  • Go to generated code (for productions)
  • Configurable Java language injection
  • Generate Scanner and Parser via menu action
  • Automatic detection of appropriate output folder for generated Java classes
  • Automatic detection of package in case no $package directive is pre
  • Automatic detection of appropriate output root for generated Java classes
  • Warnings and Errors during Coco/R execution are shown within the Problems Tool Window
  • Errors from generated Parser are mapped back to the grammar file