This is a fork of PyQode, which is now developed as the editor component for Rapunzel and OpenSesame. The original PyQode repository (<= v2) is no longer maintained.
pyqode.language_server adds language server protocol (LSP_) support to pyQode. The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, go to definition, find all references and alike into the tool
- calltips mode
- code completion
- diagnostics
pyQode is licensed under the MIT license.
pyqode.language_server depends on the following libraries:
- _pylspclient