Skip to content
New issue

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

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

Open
sdzx-1 opened this issue Oct 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sdzx-1
Copy link

sdzx-1 commented Oct 30, 2024

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 sdzx-1 added the enhancement New feature or request label Oct 30, 2024
@leecannon
Copy link
Member

This is tracked by #2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants