Tips and Tricks

Filtering results of Find References

We regularly hear from C/C++ and C# users that Find References is their most-used feature of Visual Assist. Despite the existence of a similarly named feature in Visual Studio, the functionality and speed provided by our version appears to be a game changer. And Find References keeps getting better. Beginning with Visual Assist build 2036, you can filter the results of Find References, in…
Read more
Tips and Tricks

Scope of Refactoring in Universal Solutions

At the Build 2014 conference in San Francisco, Microsoft announced availability of Universal Solutions in Visual Studio 2013 Update 2 RC. When you are ready to explore the functionality of this major improvement to the IDE, you’ll want to know how several often-used commands of Visual Assist operate in this new arena. As a review, a simple Universal Solution is one that has at two or more…
Read more
Tips and Tricks

Sorting One's Code

Visual Assist has a plethora of features, and it’s difficult to know them all. It’s an even greater challenge to use all of them at every opportunity. We had one user, Tom, write recently that his “very small favourite feature” in Visual Assist is…
Tips and Tricks

Using Find References to Manage a Task

Find References has been a feature of Visual Assist for about a decade. And, while Find References now shares its name with a version of the command integral to Microsoft Visual Studio, the original has pragmatic components that should make it the everyday preference. If during the course of programming, you find yourself reviewing or reworking the code surrounding references to a symbol, Find…
Read more
Tips and Tricks

Taming the List of Methods in File

Visual Assist includes a List Methods in File (Alt-M) feature, inaptly named because the list has grown to include more than just methods, that is a convenient way to navigate a large file. But, even if you use filtering to target specific entries, the list is sometimes…
Tips and Tricks

alt+g in Comments

If you don’t read our build change history page, you might miss some small gold nuggets.  For example, back in build 1734, we added an enhancement to our goto command (alt+g) so that it operates within comments.  The accuracy of goto within comments depends upon uniqueness of identifier name and context of the comment, and there will be plenty of cases where it can’t figure out what…
Read more