• Login
Community
  • Login

Function lists are empty for C header files

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 232 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    Bambofy
    last edited by Jul 2, 2022, 3:45 PM

    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)
    eg.png

    R 1 Reply Last reply Jul 2, 2022, 7:36 PM Reply Quote 0
    • R
      rdipardo @Bambofy
      last edited by Jul 2, 2022, 7:36 PM

      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 implement test() 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:

      • https://github.com/d0vgan/TagsView/releases
      • https://github.com/pnedev/nppgtags/releases
      • https://github.com/vinsworldcom/nppTagLEET/releases
      1 Reply Last reply Reply Quote 3
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors