AsEclipse
You can get the 2.0 version of AsEclipse at/vsgallery/99ede732-544c-4f3b-8e38-49e4b8395075
Support for VS2005,VS2008,VS2010 (en/chs edition)
AsEclipse is an add-in for MS Visual Studio, which enables you to use some convenient Eclipse editing functions in MS Visual Studio with almost the same shortcut keys. No matter whether you are familiar with Eclipse, AsEclipse will be helpful in coding with VS.
V1.8 has fixed some bugs. You can give me some valuable advice or report bug toaseclipse@sina.com.
Includes:
1. Format Code: ctrl+shift+f
2. Generate all Setter and Getter code (Property) easily: 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 of the current code: ctrl+o (Support C#, C++ and VB)
5. Insert code segment: alt+shift+z
6. Comment/Uncomment the selected lines: ctrl+/ (for C#,C++,VB and XML)
7. Close all editors: ctrl+shift+f4
Notes:
1. The all functions, specially such as 3 and 4 above, can be used easily by keyboard. You needn’t use the mouse.
2. Some functions above are the basic functions of MS Visual Studio. AsEclipse just sets shortcut keys for them.
3. About Open Type:AsEclipse creates the index of types in the solution when the solution is open. If there are many types in the solution, it creates the index slowly. And if there are 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.
4. Right now, the compatibility with other VS add-ins has not been tested.
——————
Install:
Extract the file, and 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.
——————
contact: aseclipse@sina.com