Clang Intellisense function infos

Sysprogs forums Forums VisualGDB Clang Intellisense function infos

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23197
    MystikReasons
    Participant

    Hello

    Is there a way to redefine where Clang gets the informations for example a function?

    With the regular VC++ it looks like this if I want to call a function (see screenshot #1)

    With Clang it looks like this (see screenshot #2).

    I really prefer the way VC++ does it because I’m also missing the whole function name with the parameter.

    VC++ gets the information from the .cpp file (which I prefer) and the Clang gets it from the .hpp file.

    My function looks like this in the .cpp file (see screenshot #3).

     

    My question: Is there a way to change how the Clang Intellisense gets his informations?

    And is there also a way to display the whole function definition (see screenshot #1 first line – public: void BM280::BM280::BM280_Options::SetOperatingMode(…)?

    Attachments:
    You must be logged in to view attached files.
    #23218
    support
    Keymaster

    Hi,

    Thanks for the detailed description. We are planning to support the display of the function definition (not just declaration) in the popup hints in one of the next VisualGDB releases (currently you can view the declaration, call graph, references and code/data relations). We will post an update here once this is supported.

    #23230
    MystikReasons
    Participant

    That sounds nice!

    Looking forward to it 🙂

    I wish everybody a happy new year!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.