Intellisense for OpenSource libraries

241 Views Asked by At

In my VS2013 C++ project I use 3rdparty libraries of which I have the full source code available. I am able to

  • Jump directly into header files of said library to the declarations
  • Link the sources with the pdb files so I can jump in the 3rdparty source code while debugging.
  • Find library functions using "Navigate-To" (Ctrl+Comma)

Is there a way to use the full Intellisense potential at coding time, e.g.

  • Jump to the cpp files, i.e. the definition of library functions like I am able to while debugging?
  • Toggle between header and source file inside the library ?
0

There are 0 best solutions below