Giter Site home page Giter Site logo

yagyanshbhatia / coala-vs-code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coala/coala-vs-code

1.0 1.0 0.0 498 KB

A visual studio code plugin working via Language Server

License: GNU General Public License v3.0

Python 74.83% Shell 0.33% Gherkin 12.19% TypeScript 10.64% JavaScript 2.01%

coala-vs-code's Introduction

coala-vs-code

Build Status codecov

A visual studio code plugin working via Language Server Protocol (LSP).Python versions 3.x is supported.

Feature preview

Setting up your dev environment, coding, and debugging

You'll need python version 3.5 or greater, run pip3 install -r requirements.txt to install the requirements, and run python3 langserver-python.py --mode=tcp --addr=2087 to start a local languager server listening at port 2087.

Then you should update the ./vscode-client/src/extension.ts to make client in TCP mode.

export function activate(context: ExtensionContext) {
-   context.subscriptions.push(startLangServer
-   (require("path").resolve(__dirname, '../coala-langserver.sh'), ["python"]));
+   context.subscriptions.push(startLangServerTCP(2087, ["python"]));
    console.log("coala language server is running.");
}

To try it in Visual Studio Code, open ./vscode-client in VS Code and turn to debug view, launch the extension.

Known bugs

Reference

coala-vs-code's People

Contributors

gaocegege avatar sils avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.