ycm won't complete in other scopes in c++ with clangd
Author: PlasmaHHCreated Jan 30, 2025Updated Jan 30, 2025
So I am not sure if I did everything correctly ... I added --all-scopes-completion to the clangd options (verified its running with them) and have code like:
namespace Foo { struct BarXXX {}; }Now when trying to complete BarXXX it shows up as [ID] but not as Foo::BarXXX as I would expect from what I saw with other tools and posts (e.g. https://github.com/clangd/clangd/issues/1082)
Source: ycm-core/YouCompleteMe