Tips and Tricks

Open File in Solution tip

I was using the OFIS (Open File in Solution) dialog the other day and it occurred to me that I use some features in it that might not be so apparent to users that didn’t actually write the code for it.  As an aside, this feature was formerly known as Open File in Workspace (or OFIW) before Workspaces were replaced by Solutions in Visual Studio.NET.  It took us a few years after the release…
Read more
Tips and Tricks

Add Include

We recently released a feature for C/C++ that has long been requested: Add Include.  A lot of work had previously been put into our #include completion listboxes – but that work is moot because now you don’t need to type #includes directives by hand. The Add…
Tips and Tricks

VA Snippet Tip #1

VA Snippets support a number of reserved strings that enable text substitution when inserted into the text editor.  For example, any occurrence of $selected$ in a snippet is replaced with the actual text editor selection at the time the snippet was invoked. As noted in a…
Tips and Tricks

Methods in File

Here’s a quickie… When you are in a source window, pressing Alt+M displays the VA X Methods in File list. Did you know you can filter the list by typing after the list is displayed?  Yeah, most people know that. Did you know you can filter using multiple strings as in the OFIS and FSIS dialogs?  You can, as of build 1645 (2008.07.10).  The filter supports the use of ‘-&#8216…
Read more
Tips and Tricks

Support for Incomplete Solutions

Several members of the Whole Tomato Software crew attended the Seattle XNA Gamefest held back in July.  It was a great opportunity for us to get face time with quite a few of our customers.  We received a lot of feedback some of which has bubbled up in VA X 10.5. We…
Tips and Tricks

Mark All Occurrences

Highlight Find Results is a new feature in Visual Assist X 10.5.  By default, this feature tracks your standard Find commands and highlights all of the find results in the text editor.  Some people may not want this feature enabled by default and would rather manually…
Tips and Tricks

Refresh Find References

Find References is great at locating references to symbols across your solution.  But did you know that when you just want to search the active file, you can use the Find References in File command?  You get a shorter search duration and the results list window is the same one you use with Find References. The Find References results list has a Refresh button that allows you to re-execute a…
Read more
Tips and Tricks

Using Qt 4.4 with Visual Assist

If you are using Visual Studio with Qt, you can ensure a more productive experience by adding the Qt directories to your Visual Studio list of includes. In Visual Studio, add the following directories to the Win32 Platform Include files list (Tools|Options|Projects and…
Tips and Tricks

VA Snippets

VA Snippets allow you to create reusable and easily accessed blocks of text that can be inserted into the text editor by typing shortcuts directly into the editor. In order for VA Snippets to be offered to you while you are typing, make sure that the “Include VA…