Precompiled headers & IntelliSense in VGDB5

Sysprogs forums Forums VisualGDB Precompiled headers & IntelliSense in VGDB5

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6405
    yaqwsx
    Participant

    Hello,

    I tried the beta version of VisualGDB5. It is a wonderfull piece of software!

    In my project I use precompiled headers for the STL. That means there are no direct includes in the source code. This causes that IntelliSense doesn’t work for STL. Is it possible to specify path to the precompiled header (or header file from which it is created) in order to get IntelliSense working properly?

    #6406
    yaqwsx
    Participant

    EDIT: How it is possible to change colors of syntax highlighting in new VisualGDB?

    #6408
    support
    Keymaster

    Yes, simply go to the IntelliSense Settings page of VisualGDB Project Properties and add “-include <forced include file>” to IntelliSense CFLAGS/CXXFLAGS.

    You can change the syntax highlighting colors via Tools->Options->Environment->Fonts and colors->Text Editor. VisualGDB automatically uses the standard C/C++ colors from the normal Visual C++ package (if they are supported in your VS version) and adds a few elements of its own (e.g. “C++ Constructors and Destructors”).

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