using advanced Cmake how to disable Clang intellisense ?

Sysprogs forums Forums VisualGDB using advanced Cmake how to disable Clang intellisense ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21860
    b.timofte
    Participant

    I have a Cmake project for windows and i would like to disable the Clang intellisense (i see its greyed out and i cannot do it)

    Is there any way by modifying the config files or in options ?

    #21861
    support
    Keymaster

    Hi,

    The advanced CMake projects are not based on the Visual C++ project type, so the regular Visual C++ IntelliSense won’t work for them, hence VisualGDB does not allow disabling the Clang IntelliSense.

    One option would be to create a regular non-advanced CMake project, however it would miss many usability features of the Advanced CMake Project Subsystem.

    Please feel free to share the details on the issues you encounter with Clang IntelliSense and we will help you resolve them.

     

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