Hacker News new | ask | show | jobs
by suprjami 1050 days ago
vim-cscope, which is the only reasonable way to read large C projects like the Linux kernel or BSD
1 comments

A language server is way better than cscope ...if you can get clangd to work with your codebase.
It works but I don't want to build the kernel to generate the compilation database every time I check out a new tag or branch. With BSD it would be even worse.