-
Notifications
You must be signed in to change notification settings - Fork 11
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 view - missing some elements #297
Comments
To find out the cause, please give me some more information:
|
I use eclipse cdt 2024.03
I use a cmake4eclipse project I find function definitions/declarations, variable definitions/declarations... types definitions/declarations but I don't see file includes and macros (#define ...) in outline Here is source file with lot of defines Moreover, for typedef enum, the anonymous alias is displayed after the typedef (see screenshot) while in cdt outline and in source code, order is reversed |
That's because we use the language independent outline view from LSP4E project. Since macros are C/C++ specific they are not supported (yet). Same for includes. |
See also #234 |
When I open a header file, outline is empty. For source file, I see only definitions. Declarations, types, defines... are not visible in outline
The text was updated successfully, but these errors were encountered: