evhub/coconut

Providing a language server implementation for coconut

Open

#513 opened on Aug 16, 2019

View on GitHub
 (9 comments) (11 reactions) (0 assignees)Python (3,868 stars) (116 forks)batch import
good first issuetooling

Description

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?

Contributor guide