Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

elastic/ctags-langserver

Repository files navigation

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