-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Add function preview summary window to editor #15222
Comments
Can you add a screenshot of the panel that you propose? |
I was talking about a JEdit plugin. This is a simple editor I have used for years when developing code for industrial devices. I think that VS code is light years better than JEdit but this is a feature that I liked very much. And yes, it is similar to the netbeans navigator that you mentioned. Will Sent from my iPhone On Nov 17, 2016, at 11:41 PM, scmaverick <notifications@github.commailto:notifications@github.com> wrote: Hi, sorry for the late response but I was pulled away. This is what it looks like for CSS and HTML: [image]https://cloud.githubusercontent.com/assets/9893119/20418756/69a2c38e-ad16-11e6-9852-2f51991093e8.png And this is for another PHP file that only contains a class, where SAF\Tables is the namespace, Entry_Relations is the name of the class, \Common\MyTable is the namespace:class that its extending, and the final 3 marked with triangles are constants: [image]https://cloud.githubusercontent.com/assets/9893119/20418807/c747dc40-ad16-11e6-91c2-b95a660a68de.png Wilferraz, I couldn't find the sidekick plugin for VS Code, or were you talking about something that exists for another IDE? You are receiving this because you commented. |
@wilferraz @scmaverick Please go through the discussion in #15485 for current thoughts on hierarchical file outline view. #15533 is tracking the api needed to implement this. Will close the current issue in favor of #15533 and #15485 |
@DanTup Thanks! My mistake. You are right. #5605 is what is being asked here. |
In netbeans, there is an internal panel that will show you all the classes and functions that are found in the file currently with the focus, if you click on the function or the class within the panel, it will take you right to the defining line in the file.
I find this so extremely useful for when you are searching through a file for any given function or just overlooking the file contents. This is an easy way to look at all the classes and their members that have been defined in the file. That for programming languages,
For HTML, CSS for example it will show the file tree and the classes. This a pretty smart file preview.
It'd be nice to have this feature in VSC as well.
The text was updated successfully, but these errors were encountered: