Visual Studio's extensions not started

Sysprogs forums Forums VisualGDB Visual Studio's extensions not started

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19884
    Noyb
    Participant

    Hi, using ‘Visual Studio 2017 Pro’ with ‘VisualGDB’, it appears that after having installed some extensions like ‘Editor Guidelines’ ( https://marketplace.visualstudio.com/items?itemName=PaulHarrington.EditorGuidelines ) or ‘Viasfora’ ( https://marketplace.visualstudio.com/items?itemName=TomasRestrepo.Viasfora ) they do not works until I open a file into a regular ‘Win32’ project. Once done at least once, it works in the ‘VisualGDB’ projects of the same solution.

    Any way to get them working like expected ?

    #19887
    support
    Keymaster

    Hi,

    This likely happens because those extensions are specifically looking for the regular Visual C++ project backend. If you are using Clang IntelliSense, it completely replaces the regular C++ IntelliSense, so extensions that are not aware of the Clang IntelliSense won’t find it.

    You could disable Clang IntelliSense via VisualGDB Project Properties (or via a switch on the Clang IntelliSense Diagnostics Console window), however this would reduce the quality of the code completion results, as the Clang IntelliSense is specifically designed to work the best with GCC-specific code.

    #19896
    Noyb
    Participant

    OK, thanks for the insight.

    • This reply was modified 6 years, 10 months ago by Noyb.
    #21735
    Noyb
    Participant
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.