Search definition of function in both source and included files(*.c,*.h) for C-language #4352
-
Have a nice day, everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It depends on how you search. When searching for reference (called 'Symbol' in the UI) of a C function, the search should turn functions calls, declarations and definitions. |
Beta Was this translation helpful? Give feedback.
-
It seems, to solve the problem, I need to use --c-kinds+px option for
ctags, but I don't understand, how to do that. I would be very appreciated
for help
вт, 16 мая 2023 г., 17:33 Vladimir Kotal ***@***.***>:
… You probably mean function declarations showed as functions definitions.
Ultimately, this boils down to ctags telling the indexer what are the
definitions.
—
Reply to this email directly, view it on GitHub
<#4352 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDXRGN27VTGLMN4CJXB34LXGOF27ANCNFSM6AAAAAAYDF66HM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
You probably mean function declarations showed as functions definitions. Ultimately, this boils down to ctags telling the indexer what are the definitions.