xdBronch

Results 84 comments of xdBronch

> Can we use it with Clion? you can with [zigbrains](https://github.com/FalsePattern/ZigBrains) but note that its still just using [zls](https://github.com/zigtools/zls) behind the scenes, theres not yet a fully custom plugin built...

> There needs to be more examples in the documentation, especially in the standard library reference there is quite a large number of stdlib examples in the form of tests...

(1) is well on its way, the x86 backend is nearly ready for use and it alone can give a ~5x compilation speedup compared to the llvm backend. there is...

there seem to be variations to this, in a similar case ive seen it get the correct type from usages of the function elsewhere in the file but it doesnt...

oh yeah that makes more sense, i had just come across this with unions

the completions in general need to be updated quite a bit, can they be autogenerated? im not familiar with sed and it seems extremely tedious doing any of this manually

oh hm thats true. when can zls resolve the wrong function? im guessing in scenarios like `std.os.system.` where there are duplicates of functions, maybe errors can be ignored if it...

im messing around with this branch a bit and noticed if i tab thru the list of completions it pastes the text including the snippet placeholders ![image](https://github.com/zigtools/zls/assets/51252236/40781734-c303-4e84-b240-ec048f53141c) this doesnt happen...

also why is this only done for tagged unions? regular unions are initialized the same way

this doesnt seem like something zls can control, it may provide highlighting but as far as im aware its provided in terms of mapping regions of code to types e.g....