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 an LSP / Autocompletion support #39

Open
abraithwaite opened this issue Feb 28, 2024 · 0 comments · May be fixed by #54
Open

Add an LSP / Autocompletion support #39

abraithwaite opened this issue Feb 28, 2024 · 0 comments · May be fixed by #54
Assignees

Comments

@abraithwaite
Copy link
Contributor

Not sure what the best way to approach this problem is, but support for an LSP would be huge for obvious reasons.

Theoretically, this should be more straight forward than SQL because we have better context at the point of typing.

That is, context flows through the pipe, versus SQL SELECT a, b, c FROM X where we don't know the possible values for a, b, or c until the table X is specified.

@zombiezen zombiezen self-assigned this Jun 5, 2024
@zombiezen zombiezen linked a pull request Jun 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants