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

search symbol using the pattern of "Class::Function" is not working #2484

Closed
fredijude opened this issue Sep 5, 2018 · 8 comments
Closed
Labels
Feature Request fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix
Milestone

Comments

@fredijude
Copy link

Type: Symbol Search Across Files
I am working on a c++ code base. i want to search the member function of a specific class using go to a symbol in workspace/file by inputting "#Class::FunctionA". This doesn't work as expected. It's not able to filter and give the result.

OS and Version: Windows 10
VS Code Version: 1.25.1
C/C++ Extension Version: 0.18.1

@bobbrow
Copy link
Member

bobbrow commented Sep 5, 2018

Are you seeing multiple symbols for FunctionA attached to other types? If so, then this is a duplicate of #255 which we are working on right now.

@sean-mcmanus
Copy link
Collaborator

@bobbrow My Go to Def work shouldn't alter the symbol search behavior. The #Class::FunctionA syntax isn't even supported in the VS 2017 "Go to Symbol".

@fredijude
Copy link
Author

@sean-mcmanus : To my knowledger and verification, In VS 2017 "Go to Symbol" supports search by the symbol in the format of #class::FuncationA.

@sean-mcmanus sean-mcmanus added this to the Triage milestone Jan 29, 2019
@sean-mcmanus
Copy link
Collaborator

Okay -- yeah, I'm not sure why I thought it didn't work in VS.

@fredijude
Copy link
Author

@sean-mcmanus : Will this be picked up and solved by anyone ASAP ? It would really help our organization to move into vs code itself instead of visual studio ide.

@sean-mcmanus
Copy link
Collaborator

It's been implemented. It should be in a "future" release, unless it gets cut for some reason.

@fredijude
Copy link
Author

@sean-mcmanus : Your quick response and initiation are always appreciated. Thanks :)

@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Mar 1, 2019
@sean-mcmanus
Copy link
Collaborator

Should be fixed with the latest insiders: https://github.com/Microsoft/vscode-cpptools/releases .

@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature Request fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix
Projects
None yet
Development

No branches or pull requests

3 participants