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

FR: Support for displaying a symbols table like Geany #264

Open
iahung3 opened this issue Apr 20, 2024 · 2 comments
Open

FR: Support for displaying a symbols table like Geany #264

iahung3 opened this issue Apr 20, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@iahung3
Copy link

iahung3 commented Apr 20, 2024

For example, if you open a C source file in Geany, it will list all of the symbols (variables, functions, etc.) in a table in the left pane. You can navigate between symbols with ease. Simply click on the symbol in the table, and it will jump to the exact location in the C source file. This feature on Geany also supports JSON.

@SpartanJ
Copy link
Owner

ecode already supports to inspect the symbols of a document with ctrl+shift+p, I'm hesitant of adding a Tree View since I don't find it particularly useful. But I'll add another filter to just list the functions, classes and structs and filter out all the irrelevant symbols. So: I'm not sure if I want this particular feature, I'll think about it.

2024-04-20_18-04-45.mp4

@SpartanJ SpartanJ self-assigned this Apr 20, 2024
@SpartanJ SpartanJ added the enhancement New feature or request label Apr 20, 2024
@iahung3
Copy link
Author

iahung3 commented Apr 21, 2024

ecode already supports to inspect the symbols of a document with ctrl+shift+p

I don't know about this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants