Tips and Tricks

Implementing Virtual Methods with Visual Assist

Visual Assist has a feature—Implement Virtual Methods—that makes it easy to implement an interface, or abstract methods of a base class. You don’t need to create anything manually. Move the caret to a base or interface class in the declaration of your derived class, or to the derived class if you want to implement methods from all bases classes. Open a refactoring menu—via the context…
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 Sort Lines. Sort lines, we wondered. We don’t often sort when writing code. After a bit of thought, we acknowledged…
Read more
Build Announcements

Visual Assist build 2031 is available

Greetings from San Francisco! Thank you to all of the customers who stopped by our booth at the Build conference. It’s clear we have ardent supporters. We look forward to providing you with the debugger improvement we demo’d. Expect a beta in a few months. To the…
Build Announcements

Visual Assist build 2029 is available

We hope you have check-for-new-versions enabled in the options dialog of Visual Assist, because you wouldn’t have learned about last month’s build of Visual Assist in our blog. We shamefully failed to announce build 2029. Social media isn’t yet part of our…
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
News

Visit the Tomato at Build 2014

Join Whole Tomato Software at the Build 2014 conference this year, April 2nd-4th in San Francisco. We’ll be demonstrating Visual Assist to the uninitiated, and offering existing customers a sneak preview of an enhancement to the Visual Studio debugger. Stop by to…
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 unruly. You can tame the list by limiting the type of entries included in it; for example, by excluding properties and…
Read more
%d