MarioAriasC / zig-support

Zig language support for JetBrains IDEs

Home Page:https://plugins.jetbrains.com/plugin/18062-zig-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line marker for Zig main method and tests?

linux-china opened this issue · comments

How about line marker for Zig main method and Zig test? It's very useful for developer to run test.

Run Zig main commannd: zig run src/main.zig
Ru Zig tests command: zig test --test-filter "test name" src/xxx-test.zig

image