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…