clangd / clangd

clangd language server
https://clangd.llvm.org
Apache License 2.0
1.48k stars 60 forks source link

Hover: NamespaceScopes contains anonymous namespace #436

Open hokein opened 4 years ago

hokein commented 4 years ago

currently, we strip inline/anonymous namespace in Hover namespace scope.

It would be useful to emit it, so that users would easily know a decl is in anonymous namespace without jumping to the definition and finding the closest-enclosing namespace.

Aster89 commented 1 year ago

In order to avoid opening another identical thread, we are talking about this, aren't we? anon

HighCommander4 commented 1 year ago

That's my understanding, yes.