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 (116 forks)batch import
good first issuetooling

Repository metrics

Stars
 (3,868 stars)
PR merge metrics
 (No merged PRs in 30d)

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