You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clangd version 18.1.0rc
Features: windows
Platform: x86_64-pc-windows-msvc
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 a screenshot
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
but I don't see file includes and macros (#define ...) in outline
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.
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: