friendly-snippets icon indicating copy to clipboard operation
friendly-snippets copied to clipboard

zig: add snippets

Open ddogfoodd opened this issue 7 months ago • 0 comments

add snippets for:

  • if/else statement
  • if statement error handling
  • while loop
  • while loop with continue expression
  • for loop
  • for loop with index
  • function
  • error
  • switch
  • enum
  • enum with type specification
  • struct
  • struct with defaults
  • union
  • tagged union
  • page allocator
  • fixed buffer allocator
  • debug allocator

ddogfoodd avatar Mar 20 '25 20:03 ddogfoodd