zls
zls copied to clipboard
Add warnings for incorrect identifier casing
Compared to other programming languages zig's style guidelines for identifier casing are much more complicated. I think that warning about using the wrong casing should be the default, with a config option specified in a per-project config file to disable the warning.