AsEclipse--VS 05/08 add-in


Includes:
1. Format Code: ctrl+shift+f
2. Generate Setter and Getter code: alt+shift+s, r (only for c#)
3. Open Type: ctrl+shift+t or ctrl+, (if there are too many types, only recently edited type will be shown. Support C# and C++)
4. Show the quick outline for the editor input: ctrl+o (Support C#, C++ and VB)
5. Insert code segment: alt+shift+z
6. Toggle comment the selected lines: ctrl+/ (for C#,C++,VB and XML)
7. Close all editors: ctrl+shift+f4
Note:
Some functions above are the basic functions of MS Visual Studio. AsEclipse only sets shortcut keys for them. Others, AsEclipse enhances the functions, such as 3 and 4 above, can be used simply by keyboard.
About Open Type:AsEclipse create the index of types in the solution when the solution is open. If there is many types in the solution, it create the index slowly. And if there is too many types, it will only show the all types of recent edited files. It will re-create the index of types when you execute the Rebuild All command of Visual Studio.
Right now, the compatibility with other VS add-ins has not been tested.
contact: [email protected]
------------------
Install:
Put the .dll and .Addin into "Addins" directory of the application directory of Visual Studio. The default path is My Doucuments\Visual Studio 2008 (or 2005)\Addins. If there is no "Addins" directory in that place, create it youself. At last restart the Visual Studio.
If you can't see the AsEclipse's menu in the "tools" menu of Visual Studio, when you installed correctly. Please restart the Visual Studio.
Uninstall:
Directly delete the .dll and .Addin