Awesome
zig-support
<!-- Plugin description -->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
(<kbd>Ctrl|Cmd</kbd> + <kbd>Alt</kbd> + <kbd>l</kbd>)
Installation
-
Using IDE built-in plugin system:
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "zig-support"</kbd> > <kbd>Install Plugin</kbd>
-
Manually:
Download the latest release and install it manually using <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
Acknowledgments
This plugin is based on two previous plugins:
- ZigLang by Edison Su
- Zig by Tesla Zhang
Plugin based on the IntelliJ Platform Plugin Template.