@elastic/ctags-langserverdeprecated

An all-languages language server built on top of ctags

Usage no npm install needed!

<script type="module">
  import elasticCtagsLangserver from 'https://cdn.skypack.dev/@elastic/ctags-langserver';
</script>

README

ctags-langserver

Build Status 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