/ctags-langserver

Project no longer maintained.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

ctags-langserver

Build Status

Supported Protocol features

  • textDocument/edefinition (extension)
  • textDocument/full (extension)
  • textDocument/documentSymbol
  • textDocument/hover
  • textDocument/references
  • workspace/didChangeWorkspaceFolders

Installing

npm install -g @elastic/ctags-langserver

Running the language server

yarn start

Development

If you want to file a issue, file it in: https://github.com/elastic/code/issues

Build

yarn build

Test

yarn test