Version 3.0: Work with your fingertips via Smart Bar
The new version brings an innovative feature to the world of Visual Studio Extension: Smart Bar.
Smart Bar is a context-aware toolbar which appears when you select some text in the code editor.
The Smart Bar shows some buttons which lead you to commonly used operations according to your selections, for instance, Find All References, Go To Definition (F12), Format Selection, etc. are available when you select a symbol in the C# editor, but when you selection is literal text or numeric values, those buttons will not appear.
Smart Bar is by default disabled in this release. But you can very easily turn it on by checking the Smart Bar check box in the options page.