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:
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login