Function lists are empty for C header files
-
Hi, the function list panel is not showing function declarations, it is only showing functions with implementations. How can i get it to show the declarations too?
(See how test() is missing from the function list)
-
The builtin function parser is just a simple regex matcher that expects to see a
{
after every parameter list. Your source file would have to implementtest()
for it to appear on the list.The smart detection you’re expecting can be provided by a tag parser. One of these plugins may help: