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

MarioAriasC/zig-support

Repository files navigation

zig-support

Build Version Downloads

Support for the Zig Programming Language

Warning

This project is discontinued. Any developement of bug fixing stopped around August 2023.

I reccomend you to migrate ZigBrains (GitHub).

ZigBrains has more features and integrates ZLS.

I'm contributing sporadically to ZigBrains development.

Features

  • Basic language syntax rendering
  • Comment/Uncomment Zig code
  • Live templates
  • Formatting using zig fmt (Ctrl|Cmd + Alt + l)

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "zig-support" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Acknowledgments

This plugin is based on two previous plugins:


Plugin based on the IntelliJ Platform Plugin Template.