Zig NEWS

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

Posted on

Zig Support plugin for IntelliJ and CLion version 0.0.7 released

Plugin Home Page

  • More Live Templates for Zig:
    • St -> []const u8
    • tst -> Creates a test: test "" {}
    • csd -> Constant Self declaration: const Self = @This();
    • ced -> Enum
    • cstd -> Struct
    • fn0 -> Function without parameters
    • fn1 -> Function with one parameter
    • fn2 -> Function with two parameters
  • Support for the new IDEA platform version 2022.2

Top comments (1)

Collapse
 
rabbit profile image
pylang

Update is very positive