Build Announcements

Visual Assist build 2068 is available

Visual Assist build 2068 introduces Add Braces and Remove Braces–commands that simplify converting of a statement to a compound statement, and vice versa. The most efficient way to use the feature is to bind a shortcut to VAssistX.BracesToggle, which as its name implies, will add or remove as appropriate. The only nuance to the feature–to avoid breaking code–is that the commands…
Read more
Build Announcements

Visual Assist build 2062 is available

Visual Assist build 2062 introduces VA Hashtags—a combination of named bookmarks and task manager. Place hashtags anywhere in your comments and Visual Assist will let you navigate among them efficiently. Because VA Hashtags are embedded in comments, they act like bookmarks that move with your code. The “bookmarks” are accessible in all solutions that include your files. Embed…
Read more
Build Announcements

Visual Assist build 2059 is available

Visual Assist build 2059 introduces a set of commands that extend/shrink the text selection. We implemented and tested numerous versions of the commands and settled on implementations we believe are rather clever. Our extend/shrink commands, collectively called Smart…
Tips and Tricks

Tools to understand new code: Find

In my previous post as a guest contributor, I talked about moving between declaration and implementation of various symbols: methods, classes, variables… and even include files. The functionality helps a lot, but there are other tools in Visual Assist that we definitely need to know. This time, let’s have a look at some find commands in Visual Assist. As in my last post, I will…
Read more
News

Visual Assist supports Visual Studio Community 2013

Yesterday, Microsoft announced Visual Studio Community 2013—a terrific addition to its lineup of IDEs. In addition to being fully featured, Visual Studio Community 2013 provides access to the Visual Studio extensibility ecosystem, including to Visual Assist. This…
Build Announcements

Visual Assist build 2052 is available

It’s not often one gets to write “introduce” twice in a sentence, but here goes: Visual Assist introduces Introduce Variable. Introduce Variable, a powerful refactoring for C/C++ and C#, replaces an expression with a meaningfully named variable. In…
Tips and Tricks

Tools to understand new code: Go To

You’ve just started a new job and landed in front of a huge code base. Great! What a challenge! It would be nice to quickly get a general understanding of your project and be able to comfortably move around in the code. How do you do it? In my series of articles as a guest contributor to this blog, you will learn about my favorite Visual Assist tools that help with code understanding. My…
Read more
%d