Zig NEWS

Cover image for Zig Support plugin for IntelliJ and CLion version 0.0.6 released
Mario Arias
Mario Arias

Posted on

Zig Support plugin for IntelliJ and CLion version 0.0.6 released

Plugin Home Page

  • Improved parser: 100% of the language is parsed correctly.
  • Insert closing pair match for (, {, [ and "
  • Highlight (), {} and [] pairs
  • Introduce Live Templates for Zig:
    • import -> Create an import using the @import function
    • sdp -> Debug Print statement
    • sli -> Log Info statement

Top comments (1)

Collapse
 
yanwenjiepy profile image
花大喵

cool