ctags-lsp

LSP server implementation using universal-ctags as backend for code indexing

brewmacoslinux
Try with needOr install directly
Source

About

LSP implementation using universal-ctags as backend

Commands

ctags-lsp

Examples

Start the LSP server on standard input/output$ ctags-lsp
Start LSP server listening on TCP port 9000$ ctags-lsp --tcp --port 9000
Use with a text editor by configuring LSP client to connect to ctags-lsp$ ctags-lsp --stdio