GithubHelp home page GithubHelp logo

isabella232 / vscode-html-languageserver-bin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vscode-langservers/vscode-html-languageserver-bin

0.0 0.0 0.0 14 KB

Binary version published on npm of vscode-html-languageserver extracted from VSCode tree

License: MIT License

JavaScript 100.00%

vscode-html-languageserver-bin's Introduction

vscode-html-languageserver-bin

npm Join the chat at https://gitter.im/vscode-langservers/Lobby

Binary version published on npm of vscode-html-languageserver extracted from VSCode tree

Features

  • Completion provider
  • Formatting
  • Document Symbols & Highlights
  • Document Links
  • CSS mode
  • Javascript mode

Clients

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To install this Language Server you need npm on your machine

Installing

npm install --global vscode-html-languageserver-bin

Launching the Server

The common way to launch it is by using stdio transport:

html-languageserver --stdio

The server can also be launched with one of the following transports:

html-languageserver --socket={number}
html-languageserver --node-ipc

Deployment

npm run publish
# or to try locally
npm run pack

Contributing

PRs are welcome. To setup the repo locally run:

git clone --recursive https://github.com/vscode-langservers/vscode-html-languageserver-bin
cd vscode-html-languageserver-bin
npm install
npm run pack

Versioning

We use SemVer for versioning.

Because we can't guess VSCode extention version, we update MINOR when submodule is updated and PATCH when only build method is updated

License

This project is licensed under the MIT License - see the LICENSE file for details This is a derived work please see VSCode's LICENSE.txt for the original copyright and license.

vscode-html-languageserver-bin's People

Contributors

deltaevo 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.