Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 03:18
· 56 commits to main since this release
829176e

Added

  • 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