GoingNative 5: Inside the Visual C++ IDE, Meet Raul Pérez
- Posted: Dec 28, 2011 at 10:21 AM
- 46,358 Views
- 7 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Happy Holidays to all of you out there who are in some sort of holiday state. If not, then happy holidays anyway from Diego, Charles, C9, and VC ![]()
We don't cover software testing—the job discipline—often enough on C9. We aim to change that starting now.
A friend of Diego's on the VC++ team, Raul Pérez, is a software developer from Puerto Rico who works in QA for the Visual C++ IDE team. He writes tests to make sure the very-front-end of the VC toolchain—the IDE and its design-time compiler infrastructure—works as expected.
There's a lot going on when you type characters into the VC++ editor. What happens, exactly? Why? What types of things can make Intellisense fast? What types of things can hinder the performance of the IDE? How does all of this magic happen? There's a compiler involved in all of this. It's not the front-end compiler (cl), but it is a front-end compiler and it compiles your source into data that's stored in a local DB for design-time use by Intellisense, Go-To-Definition, Syntax Coloring, Reference Highlighting, Auto-Completion, etc... All of these things are part of the set of IDE features that make Visual C++ visual... So, meet Raul and learn a thing or two about how the IDE works under the covers and how the system has evolved over time.
Table of Contents (click time code links to navigate player accordingly)
[00:00] GoingNative();//Getting faster at show construction - still have some optimizations to make...
[01:56] Charles interviews Raul about Raul and the VC++ design-time system (Intellisense, Go-to-Definition, Auto-complete, Syntax coloring, etc...)
[37:20] ~GoingNative(); //We're really performant this time
We really want to hear from you, so please tweet feedback to @C9GoingNative (follow us!) and send your requests, ideas, complaints, praises, hate mail, and love letters to C9GoingNative [at] hotmail [dot] com. We will read and respond to all messages! That's how we roll, brothers and sisters. And if you're a Facebook user, please join our C9::GoingNative Facebook group.
Go native!
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Will I still need VisualAssistX for VS11 ? lets wait and see.
I was thinking the same :)
Also, would be great if MSVC had colored texts (errors, warnings) in the Output pane.
@Zura:Yes!!! and a nice summary of failed/successful builds at the end...
And let's dream for a couple of second:
- The solution pane would indicate the projects whose build failed.
- The error/warning pane filtered with the currently selected project errors.
I second the colored text for warnings and errors in the output pane!
Just pointing out that he has a hammock in his office.
Intellisense minding the /TC switch or .c files would be nice.
@schrodeur - Yes, yes it is!
@JeanGa & Don F - It's not 100% what you're asking but have you tried using the error list window? You can filter warnings and errors in there and they have different icons along with a project where they came from.
Remove this comment
Remove this thread
close