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

Request to distinguish public/protected/private member functions in C++ code #91

Open
alan-gu opened this issue Jun 19, 2024 · 0 comments

Comments

@alan-gu
Copy link

alan-gu commented Jun 19, 2024

When I want to add a new method to a class, it's always difficult to find the place to insert it.
When I read a class, I often forget which part of the class declaration I'm reading so I have to search or find the key words.
It will be great help when reading and writing classes if the editor theme shows this info by different font/coloring.

ChatGPT told me Better Syntax and some lines in setting will do it, but the setting is in conflict with the theme. So I wonder if the theme itself could do it.

My request is for C++, but I guess other language users might benefit from it too.

Thank you.

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

No branches or pull requests

1 participant