Socket
Book a DemoInstallSign in
Socket

typescript-language-server

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-language-server

Language Server Protocol (LSP) implementation for TypeScript using tsserver

Source
npmnpm
Version
0.0.11
Version published
Weekly downloads
555K
-13.09%
Maintainers
1
Weekly downloads
 
Created
Source

typescript-language-server

Language Server Protocol implementation for Typescript via tsserver.cmd :warning: WIP :warning:

https://nodei.co/npm/typescript-language-server.png?downloads=true&downloadRank=true&stars=true

Installing

npm install -g typescript-language-server

Running the language server

typescript-language-server --stdio

Note: typescript-language-server requires tsserver to be in path. You can install it using npm install -g typescript.

Supported Protocol features

  • textDocument/completion
  • textDocument/definition
  • textDocument/didChange
  • textDocument/didClose
  • textDocument/didOpen
  • textDocument/didSave
  • textDocument/documentSymbol
  • textDocument/hover
  • textDocument/references

Development

Build

npm install
npm run build

Watch

npm install
npm run watch

FAQs

Package last updated on 13 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts