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

look into LSP #11

Open
polymorphicengine opened this issue Feb 25, 2025 · 0 comments
Open

look into LSP #11

polymorphicengine opened this issue Feb 25, 2025 · 0 comments

Comments

@polymorphicengine
Copy link
Owner

it would be really nice to have a very simple implementation of the language server protocol, for:

  • making parser and type errors easily visible
  • auto complete
  • replacing runtime variables by their definition

might not be too hard to implement using https://github.com/haskell/lsp
and taking inspiration from https://github.com/swarm-game/swarm/blob/main/src/swarm-lang/Swarm/Language/LSP.hs

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

No branches or pull requests

1 participant