Skip to content

ycm won't complete in other scopes in c++ with clangd #4287

@PlasmaHH

Description

@PlasmaHH

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. clangd/clangd#1082)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions