Using GNU Global for source code navigation
Using GNU Global + universal-ctags for source code navigation Sometimes a LSP is not necessary or too much bloat. In very large codebases LSPs or IDEs can keel over. Or sometimes there simply isn’t a LSP for the language (like SQL—dealing with a huge tree of SQL files is what led me to reach for Global in the first place). The old TAGS style of code browsing still works. Sometimes it’s the better tool for the job....