FalsePattern
- Slovakia
- https://falsepattern.com
-
Writing java and zig spaghetti code in my free time
-
Joined on
2024年06月01日
d6fecee7c7
docs: add game url to readme
cdbc5c2190
chore: add license info
e3d5462b8c
docs: update readme
c19c5aa0f1
docs: update readme
99ca91cb47
feat: quick documentation
19c0fef59f
feat: completion and annotator improvements
a8ed025a5b
feat: ton of progress today
d55ce72fa5
feat: reimplement parser, primitive type checks
1d8d311945
fix: include build-logic code
Add case sensitivity to autocomplete
I'll look into a way to add custom sorting logic on top of the lsp4ij autocompletion code for zig/zon files
Add case sensitivity to autocomplete
LSP4IJ has a client-side option for force-enabling case sensitivity at the client end of the LSP, we could use that
46942fbb01
feat: WIP 0.17 compat
596df706a6
zig build: add CLI argument for printing the configuration cache file path
zig build: add CLI argument for printing the configuration cache file path
ab7f22e5bb
zig build: add CLI argument for printing the configuration cache file path
FalsePattern
created branch print-configuration-path in FalsePattern/zig
2026年05月28日 19:02:21 +02:00
zig build uninstall panics with link to old Github issue
It's a known issue, uninstall hasn't been implemented yet due to limitations in the build system.
zig build CLI flag to print path to the configuration file
I have a local prototype for this, i'll open a pr later today once i had time to tidy it up a bit.
Zig 0.17.0 build system rewrite compatibility