intellij-zig icon indicating copy to clipboard operation
intellij-zig copied to clipboard

Todolist

Open b-NC opened this issue 4 years ago • 5 comments

Hi, I'd like to know if there was a todolist for this project, as I saw in https://github.com/ice1000/intellij-zig/issues/32, the plugin isn't actively being developed anymore but I would like to help.

b-NC avatar Jan 30 '21 21:01 b-NC

The very first step would be to adapt the execution stuffs (because the parameters for building project had changed). The second step would be to improve the newly introduced syntaxes and adapt the reference resolution.

ice1000 avatar Jan 31 '21 14:01 ice1000

@ice1000 I have migrated project structure to intellij-platform-plugin-template, and it's easy to develop plugin. The second step is to improve new syntax support, and I think you know Zig BNF better than other developers.

I added line mark icon to run main function and Zig tests, and it's easy to test Zig code.

image

Forked repo is https://github.com/linux-china/intellij-zig and I can submit a PR.

linux-china avatar Jul 16 '22 23:07 linux-china

@ice1000 I have migrated project structure to intellij-platform-plugin-template, and it's easy to develop plugin. The second step is to improve new syntax support, and I think you know Zig BNF better than other developers.

I added line mark icon to run main function and Zig tests, and it's easy to test Zig code.

image

Forked repo is https://github.com/linux-china/intellij-zig and I can submit a PR.

Sure, appreciate your help! 👌😍

ice1000 avatar Jul 17 '22 03:07 ice1000

@ice1000 https://github.com/ice1000/intellij-zig/pull/39

linux-china avatar Jul 17 '22 04:07 linux-china

@linux-china I think your fork is pretty interesting. care to release it as a new jetbrains plugin?

marcj avatar Oct 31 '22 16:10 marcj