Clang IntelliSense navigation bar

Sysprogs forums Forums VisualGDB Clang IntelliSense navigation bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24275
    SFC01
    Participant

    Hi,

    suppose you have a class with a method taking a std::string as argument. With the native IntelliSense engine enabled, this method is displayed as

    Method(std::string argument)

    in the navigation bar. With the Clang IntelliSense engine enabled the navigation bar item looks like

    ClassName::Method(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>)

    Please see attached screenshots. This may be technically correct but it is unreadable, especially if you have several arguments. If the file contains a large number of methods, it becomes a pain to find a method via the navigation bar. It would be great if you could make it conform to the native IntelliSense engine. Thanks.

     

    VisualGDB Custom Edition version 5.4R3 build 3000

    Visual Studio Community 2017 version 15.9.9

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

    No problem. We have changed the logic that fetches the item names for the navigation bar to use exactly the syntax they are declared with. Please try this build: VisualGDB-5.4.103.3013.msi

    #24314
    SFC01
    Participant

    Very nice! Thank you!

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