Skip to content

sourcegraph/typescript-language-server

 
 

Repository files navigation

Gitpod - Code Now Build Status

TypeScript Language Server

Language Server Protocol implementation for TypeScript wrapping tsserver.

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

Based on concepts and ideas from https://github.com/prabirshrestha/typescript-language-server.

Maintained by TypeFox and others.

Supported Protocol features

  • textDocument/didChange (incremental)

  • textDocument/didClose

  • textDocument/didOpen

  • textDocument/didSave

  • textDocument/codeAction

  • textDocument/completion (incl. completion/resolve)

  • textDocument/definition

  • textDocument/documentHighlight

  • textDocument/documentSymbol

  • textDocument/executeCommand

  • textDocument/format

  • textDocument/hover

  • textDocument/rename

  • textDocument/references

  • textDocument/signatureHelp

  • workspace/symbol

Installing

npm install -g typescript-language-server

Running the language server

typescript-language-server --stdio

Options

  Usage: typescript-language-server [options]


  Options:

    -V, --version                          output the version number
    --stdio                                use stdio
    --node-ipc                             use node-ipc
    --log-level <log-level>                A number indicating the log level (4 = log, 3 = info, 2 = warn, 1 = error). Defaults to `2`.
    --socket <port>                        use socket. example: --socket=5000
    --tsserver-log-file <tsServerLogFile>  Specify a tsserver log file. example: --tsserver-log-file=ts-logs.txt
    --tsserver-log-verbosity <verbosity>   Specify tsserver log verbosity (terse, normal, verbose). Defaults to `normal`. example: --tsserver-log-verbosity=verbose
    --tsserver-path <path>                 Specify path to tsserver. example: --tsserver-path=tsserver
    -h, --help                             output usage information

Development

Open in Gitpod

Build

yarn

Test

yarn test

Watch

yarn watch

Bundle the example

yarn bundle

Start the example

yarn start

Publishing

yarn publish

About

TypeScript & JavaScript Language Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.2%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy