Community
    • Login

    Function lists are empty for C header files

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 228 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.
    • BambofyB
      Bambofy
      last edited by

      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

      rdipardoR 1 Reply Last reply Reply Quote 0
      • rdipardoR
        rdipardo @Bambofy
        last edited by

        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
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors