Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

gaocegege/coala-langserver

Repository files navigation

Coala language server

UNMAINTAINED: MOVE TO github.com/coala/coala-vs-code

This is a language server for Coala that adheres to the Language Server Protocol (LSP). Python versions 3.x are supported.

Note: this language server is currently in the early stages of active development and not all features are yet supported.

Getting started

You'll need python version 3.5 or greater.

  1. pip3 install -r requirements.txt
  2. python3 langserver-python.py --mode=tcp --addr=2087

To try it in Visual Studio Code, install the vscode-client extension and then open up a file.

Feature preview

Reference