Show HN: Better-than-nothing LSP for many languages, based on ctags (github.com) 4 points by netmute 6mo ago ↗ HN
[–] netmute 6mo ago ↗ Hi HN — I built ctags-lsp, a “better-than-nothing” Language Server that uses universal-ctags to provide basic LSP features for 100+ languages.On startup it indexes your workspace with ctags (kept in-memory) and supports completion, go-to-definition, and document/workspace symbols.Install:- `brew install ctags-lsp`Would love feedback, especially on editor setups and any languages/workspaces where indexing or results are rough.
1 comment
[ 2.6 ms ] story [ 13.4 ms ] threadOn startup it indexes your workspace with ctags (kept in-memory) and supports completion, go-to-definition, and document/workspace symbols.
Install:
- `brew install ctags-lsp`
Would love feedback, especially on editor setups and any languages/workspaces where indexing or results are rough.