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

Support namespaces with leading double colon ( :: ) operators #12167

Closed
browntarik opened this issue Apr 3, 2024 · 0 comments
Closed

Support namespaces with leading double colon ( :: ) operators #12167

browntarik opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
bug Feature: Add '#include' Add '#include' code action on undefined symbols Language Service

Comments

@browntarik
Copy link
Contributor

browntarik commented Apr 3, 2024

Currently Add #include does not support the scenario in which a namespace has a leading double colon operator in situationa with incomplete code.

Example:
int a ::msvc::deserializer_t& in, ::msvc::serializer_t& out

The missing semicolon causes no suggestion to be offered.

@browntarik browntarik added the Feature: Add '#include' Add '#include' code action on undefined symbols label Apr 3, 2024
@browntarik browntarik self-assigned this Apr 3, 2024
@browntarik browntarik changed the title Support namespaces with leading or trailing double colon ( :: ) operators Support namespaces with leading double colon ( :: ) operators Apr 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Feature: Add '#include' Add '#include' code action on undefined symbols Language Service
Projects
None yet
Development

No branches or pull requests

1 participant