I’m new to using Visual Studio 2008 IDE. Switching from vim. Is there a way to setup Visual Studio to automatically indent C comments /* */ such as:
/*<ENTER>
I want this:
/*
* <CURSOR>
Edit:
Seems like Visual Studio 2008 has this behavior for C# comments but not for C/C++ under:
Text Editor > C# > Advanced > Generate XML documentation comments for ///
You can use the following macro in your
EnvironmentEventsproject item. It should work for all tab styles (None,Block or Smart).