Official Zig language support?

已回答

Hello Jetbrains,

I was wondering if you're planning to develop an official plugin support for the Zig language.

Are there any plans to do so?

Thanks!

16

Zig is friendly to bare-metal and high-performance development. It's the best of both worlds; for example in Zig, WebAssembly programs can both use the normal features of the standard library, and still result in the tiniest binaries when compared to other programming languages that support compiling to WebAssembly.  

4

Hi all!

Here is a feature request about supporting Zig language in Fleet - https://youtrack.jetbrains.com/issue/FL-10463. Feel free to comment or upvote it. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

As for the plugin for IntelliJ-based IDEs, feel free to create a feature request in the IntelliJ platform tracker - https://youtrack.jetbrains.com/issues/IDEA.

0

It'd be nice if we could use Zig's excellent build system (instead of CMake) to set up and compile our C/C++ projects!

0

请先登录再写评论。