Index: clangd/tool/ClangdMain.cpp =================================================================== --- clangd/tool/ClangdMain.cpp +++ clangd/tool/ClangdMain.cpp @@ -141,7 +141,7 @@ "not defined in the scopes (e.g. " "namespaces) visible from the code completion point. Such completions " "can insert scope qualifiers."), - cl::init(false), cl::Hidden); + cl::init(true)); static cl::opt ShowOrigins("debug-origin", cl::desc("Show origins of completion items"),