The older version can be visited at: /vsgallery/99ede732-544c-4f3b-8e38-49e4b8395075 Because I lost my account name(not password hope MS can help me on this), I created a new url here. 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.
Install instructions; MS only allows the exe, msi or vsix files to be uploaded. So what you will download from here is an exe file which actuall is a self extraction file. Please excute it and then you will get some files under asecipse_bin folder. Then Put the .dll and .Addin files into "Addins" directory of the application directory of Visual Studio. The default path is 'My Doucuments'\Visual Studio 2008 (or 2005, or 2010)\Addins. If there is no "Addins" directory in that place, create it yourself. At last restart the Visual Studio.
-------------------------------------------------------------------------------------------------------------------- Update log: 3.0 update log: Note: this should be the last version of this add-in. Because add-in has been deprecated from VS2015. I will find time to convert it into VSIX which can be used in VS2015.
V2.1.0 update log: Fix the some bugs of 'CodeLineCounter'.
v2.0.1 has hide some insignificant error infomation. Includes: 1.(v2.0 NEW~) Code line counter: Tools-AsEclipse-CodeLineCounter at main menu.(for c#, C++,VB). 2.(v2.0 NEW~) You can customize the shortcut keys for the fuctions by editing the AsEclipseConfig.xml which is in the same directory as the AsEclipse.dll. If you want to set the shortcut keys to default, just delete AsEclipseConfig.xml. 4. Generate all Setter and Getter code (Property) easily: alt+shift+s, r (only for c#)
5. Open Type: ctrl+shift+t or ctrl+, (if there are too many types, only recently edited type will be shown. Support C# and C++)
6. Show the quick outline of the current code: ctrl+o (Support C#, C++ and VB)
7. Insert code segment: alt+shift+z 8. Comment/Uncomment the selected lines: ctrl+/ (for C#,C++,VB and XML) 9. Close all editors: ctrl+shift+f4 Notes: 5. AsEclipseConfig.xml will be generated at the first time you start the Visual Studio after you installed AsEclipse. |