You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
namespaceFoo { structBarXXX {}; }
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. clangd/clangd#1082)
The text was updated successfully, but these errors were encountered:
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:Now when trying to complete
BarXXX
it shows up as[ID]
but not asFoo::BarXXX
as I would expect from what I saw with other tools and posts (e.g. clangd/clangd#1082)The text was updated successfully, but these errors were encountered: