Rockscroll is used to replaceCodeCode thumbnail plug-in for the scroll bar on the right of the editor.
Rockscroll is a visual Studio add-in created by Scott hanselman before joining Microsoft. It is released on the Internet from. You can download and use it for free.
Rockscroll is simple, but uses code thumbnails to replace the scroll bar on the right of the code editor in Visual Studio:
A few days ago, I never felt that it was useful.
Reading MSF todaySource codeIt is really convenient to use rockscroll to read large code files:
- You can quickly locate different methods by clicking the code thumbnail.
- After double-clicking a code element in the code editor, you can mark it in red on the rockscroll code thumbnail, we can easily locate this element and use it (reference) throughout the file ).
Rockscroll is simple and does not require any settings. rockscroll is very low-key and you hardly feel it exists.
Rockscroll installation and uninstallation:
Double-click the installation directory, remember the installation directory, Enter cmd to the installation directory, and run regsvr32 rockscroll. dll. If you have installed earlier versions, uninstall regsvr32/u rockscroll. dll.
It can be used in VS 2005 and vs 2008.
Maybe it can save everyone's time while maintaining the code and learning the open-source code, and don't dare to share it with everyone!
Download: http://www.hanselman.com/blog/content/binary/RockScrollv1.msi
Reference: introducing rockscroll
Flyabroad label: Utility