Description
Editors can get code navigation, completion, and diagnostics for large C, C++, and Objective-C projects through a language server. It is useful for developers who want IDE-like features in editors that support LSP.
Language servers index source trees and may read many project files. Configure it only for trusted workspaces and expect CPU or memory use during indexing.