We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to #943
What will zig projects/modules look like?
What purpose could projects/modules serve?
What existing systems out there are the most interesting to compare with?
The text was updated successfully, but these errors were encountered:
I really like that we only have build.zig right now. To support IDEs supporting Zig projects, the zig executable could get a feature like
build.zig
zig
[user@device my-project] zig list-files ./main.zig ./src/color.zig ./src/radial.zig ./src/foobla.zig
that would list all files references in the project. This could even output a dependency tree so the project could be viewed hierarchical in the IDE.
Sorry, something went wrong.
Let's take this discussion to one of the other community areas: https://github.com/ziglang/zig/wiki/Community
No branches or pull requests
Related to #943
What will zig projects/modules look like?
What purpose could projects/modules serve?
What existing systems out there are the most interesting to compare with?
The text was updated successfully, but these errors were encountered: