Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProviding a language server implementation for coconut #513
Labels
Comments
|
Since a lot of folks use lsp in emacs (e.g. doom emacs), this could "solve" #454 for the time being, until someone works on expanding a major mode for it specifically. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Thanks to Microsoft's language server protocol there are tons of opensource implementation of LSP in other languages (there are even two implementations for python).
I would like to start a discussion on how it would look like for Coconut. Also what about static code analysis like flake8 or pylint, what would that look like?