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

Outline won't highlight corresponding function entry when clicking inside C function body in editor #2556

Closed
lijh8 opened this issue Sep 25, 2018 · 1 comment

Comments

@lijh8
Copy link

lijh8 commented Sep 25, 2018

Outline won't highlight corresponding function entry when clicking inside C function body in editor, while the status bar at the bottom can show the corresponding function prototype in its C/C++ Navigation.

If vscode can deal with big files and provide both file and project wide outlines (symbol lists) with performance as good as Source Insight, it can replace the later source code editor for lots of people on more operating systems.

  • VSCode Version: 1.27.2
  • OS Version: macOS 10.14
  • Extension: ms-vscode.cpptools
  • C/C++ Extension Version: 0.18.1

screenshot20180925at8 33 28pm

@sean-mcmanus
Copy link
Collaborator

This is being tracked with #2230 . The symbols we send back to VS Code don't have a range associated with them yet. They updated their API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants