clang intellisense broken

Sysprogs forums Forums VisualGDB clang intellisense broken

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #32880
    fear
    Participant

    no matter how many projects I create the clang intellisense is broken, here are some examples
    the fmt library causes a massive amount of intellisense errors but code compiles correctly
    also std::thread constructors do not get recognized

    Attachments:
    You must be logged in to view attached files.
    #32882
    fear
    Participant

    even on visualgdb 5.6, it still happens
    I even fresh installed and made a new project
    steps to reproduce:
    create new linux project
    download fmt library
    include format-inl.h and chrono.h
    result in attachment

    you can also do
    int test(int tes)
    {
    return 0;
    }
    std::thread thr;
    thr = std::thread(test,2);
    to get no matching constructor for initialization of ‘std::thread’

    • This reply was modified 1 year, 8 months ago by fear.
    Attachments:
    You must be logged in to view attached files.
    #32887
    support
    Keymaster

    Hi,

    Please let us know the email address associated with your license key so that we could check your support status.

    #32889
    fear
    Participant

    why do I need support status for something that makes the product literally unusable, doing anything without intellisense is pointless

    #32890
    support
    Keymaster

    Hi,

    This looks like the VisualGDB’s anti-tampering protection has turned on, disabling various functionality in different modules. Please make sure you use an unmodified version of VisualGDB with a valid license.

    #32891
    fear
    Participant

    I have reinstalled visual studio, deleted all registry and appdatas folders of visualgdb, uninstalled visual gdb
    installed visual studio and visual gdb again and it still happens, doesnt look like anti tampering protection
    I did just recently update to windows 11 and install visual studio 2022

    • This reply was modified 1 year, 8 months ago by fear.
    #32893
    support
    Keymaster

    Thank you for your efforts. We will be happy to investigate the issue further if any other user with a valid license and active support confirms that it affects them as well.

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