zls icon indicating copy to clipboard operation
zls copied to clipboard

Enhance the code comprehension ability of zls through the zig compilation system.

Open sdzx-1 opened this issue 1 year ago • 1 comments

Zig's code supports compile-time calculations. Complex types are difficult to get results through syntax analysis. Only the Zig compiler can understand its code most accurately. Does ZLS plan to use the Zig compiler code to analyze the code? Here is a Haskell example: https://ndmitchell.com/downloads/paper-building_an_ide_on_top_of_a_build_system_revised-04_sep_2020.pdf

Maybe zls can also try this.

sdzx-1 avatar Oct 30 '24 13:10 sdzx-1

This is tracked by https://github.com/zigtools/zls/issues/2017

leecannon avatar Oct 30 '24 14:10 leecannon