Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document symbols don't appear for classes and enums with attributes #9672

Closed
sean-mcmanus opened this issue Aug 2, 2022 · 1 comment
Closed
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service Visual Studio Inherited from Visual Studio
Milestone

Comments

@sean-mcmanus
Copy link
Contributor

Environment

  • OS and Version:
  • VS Code Version:
  • C/C++ Extension Version:
  • Other extensions you installed (and if the issue persists after disabling them):
  • If using SSH remote, specify OS of remote machine:
  • A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).

Bug Summary and Steps to Reproduce

Use the repro code

Expected behavior

Document symbols should appear. Go to def and find all refs my fail too.

Code sample and Logs

enum [[nodiscard]] ee1 { ee };
enum class [[nodiscard]] ec1 { ec };
struct [[nodiscard]] es1{};
class [[nodiscard]] c1 {};

Screenshots

No response

Additional context

No response

@sean-mcmanus sean-mcmanus added this to the 1.12.1 milestone Aug 2, 2022
@sean-mcmanus sean-mcmanus added bug fixed Check the Milestone for the release in which the fix is or will be available. Visual Studio Inherited from Visual Studio labels Aug 2, 2022
@sean-mcmanus
Copy link
Contributor Author

@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service Visual Studio Inherited from Visual Studio
Projects
None yet
Development

No branches or pull requests

1 participant