# ctags-langserver **Repository Path**: mirrors_elastic/ctags-langserver ## Basic Information - **Project Name**: ctags-langserver - **Description**: Project no longer maintained. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ctags-langserver [![Build Status](https://apm-ci.elastic.co/buildStatus/icon?job=code%2Fcode-ctags-langserver%2Fmaster)](https://apm-ci.elastic.co/job/code/job/code-ctags-langserver/job/master/) # Supported Protocol features - [x] textDocument/edefinition (extension) - [x] textDocument/full (extension) - [x] textDocument/documentSymbol - [x] textDocument/hover - [x] textDocument/references - [x] workspace/didChangeWorkspaceFolders # Installing ```sh 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 ```sh yarn build ``` ## Test ```sh yarn test ```