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

Show Symbols List(Function List) in tree explorer viewlet #643

Closed
LiPengfei19820619 opened this issue Apr 17, 2017 · 6 comments
Closed

Show Symbols List(Function List) in tree explorer viewlet #643

LiPengfei19820619 opened this issue Apr 17, 2017 · 6 comments

Comments

@LiPengfei19820619
Copy link

Many modern editors have an import feature: function list. It is very useful to view the outline of the c/c++ file.
Although vscode can view the symbols list via Ctrl-Shift-O, but many programmers prefer function list, I think.

So, I expect vscode can implement function list via the extension.

Thanks.

@sean-mcmanus sean-mcmanus added Language Service more info needed The issue report is not actionable in its current state labels Apr 17, 2017
@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Apr 17, 2017

We do show a function/class list (that also enables navigation) via clicking on the section to the left of the Ln# in the status bar (which should have a command and keyboard shortcut in the next update). Is that sufficient or did you want something else? FYI, VS Code currently doesn't enable extensions to add things like the EXPLORER tab tree view, if that's what you want, but maybe they'll add that ability later.

@LiPengfei19820619
Copy link
Author

@sean-mcmanus Thanks for your attention.
Yes, I can navigate via the status bar.
Because I move from UltraEdit, I am customed to have a function list side by the main window(the code editor). I think it is very useful for me to see the outline of the code while I am writing code.
So I prefer the function list viewlet side by the code, it is very convenience.
As I know, many editors for programmers have a function list view side by the code, such as UE, Notepad++, Atom, Eclipse... ...
Thank you.

@sean-mcmanus sean-mcmanus added external and removed more info needed The issue report is not actionable in its current state labels Apr 26, 2017
@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Apr 26, 2017

Can you move this request to VS Code? Our extension isn't able to add this feature because they don't have extension points for that UI element. https://github.com/Microsoft/vscode/issues

@rapus95
Copy link

rapus95 commented Jun 17, 2018

There now is some sort of outline feature implemented in VS Code. Can you extend that? (Since it's some sort of buggy and really not what people expect for highly structured languages like C++)

@bobbrow
Copy link
Member

bobbrow commented Jul 20, 2018

we're going to track this with #2230

@bobbrow bobbrow closed this as completed Jul 20, 2018
@xiagw
Copy link

xiagw commented Oct 17, 2018

Many modern editors have an import feature: function list. It is very useful to view the outline of the c/c++ file.
Although vscode can view the symbols list via Ctrl-Shift-O, but many programmers prefer function list, I think.

So, I expect vscode can implement function list via the extension.

Thanks.

Yes, good suggestion.
We also really want this feature.
Thanks.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
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

5 participants