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

Add fault tolerant parsing for case expressions #3978

Open
GearsDatapacks opened this issue Dec 11, 2024 · 2 comments
Open

Add fault tolerant parsing for case expressions #3978

GearsDatapacks opened this issue Dec 11, 2024 · 2 comments
Labels
good first issue Good for newcomers help wanted Contributions encouraged priority:high

Comments

@GearsDatapacks
Copy link
Member

Currently, case something is a syntax error (obviously). The problem is, the language server cannot provide autocomplete when typing the subject of the case expression. We could make this fault tolerant in the same way as record., to allow for a better LSP experience.

@giacomocavalieri
Copy link
Member

Love this! It would be a huge dx win

@lpil lpil added help wanted Contributions encouraged good first issue Good for newcomers priority:high labels Dec 16, 2024
@lpil
Copy link
Member

lpil commented Dec 16, 2024

Definitely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Contributions encouraged priority:high
Projects
None yet
Development

No branches or pull requests

3 participants