Showing results for Browsing - C++ Team Blog

Nov 19, 2013
0
0

Visual Studio Rename Refactor Helper for Visual Studio 2013

Eric Battalio
Eric Battalio

The C++ language is large and complex with context-sensitive syntax subtleties that make it difficult to create a reliable and fast rename refactoring tool. For years we wanted to include rename refactoring in Visual C++ but it never quite made it. We were concerned about scalability, performance and accuracy for different user scenarios. Rename ...

C++
Jun 9, 2010
0
0

Exploring the Visual C++ Browse Database

Visual CPP Team
Visual CPP Team

Hello, this is Jim Springfield.  This post will cover some low-level details about how we represent information in the browse database in VS 2010.  As I’ve mentioned in a previous post, we are using SQL Server Compact Edition (SSCE) for storing information about all of the C, C++, and IDL files in your solution.  I will show ...

C++
Mar 9, 2010
0
0

IntelliSense/Browsing options in VC++ 2010

Visual CPP Team
Visual CPP Team

Now that Dev10 is getting close to release I want to describe in detail the various options we have included for controlling browsing and IntelliSense in VC++.  Note:  All information here is specifically about C and C++ and does not apply to C# or VB.  Some of the information contained in this blog will be available as part of our ...

C++