Questions tagged [visual-assist-x]

18 questions
0
votes
1 answer

In Visual Assist X in Visual Studio 2013, how to expand/display the previously closed "Find References Results" pane?

I frequently encounter a minor, but annoying, UI issue with Visual Assist X in the Visual Studio 2013 development environment. Often, after executing a Find References command using VAX, I close the Find References Results pane by clicking its X…
0
votes
1 answer

Trim File Name in Visual Assist Snippet/Macro

I am using Visual Assist X in Visual Studio 2008. I am defining a bunch of forward declaration files, all of which have basically the same format: namespace ns1 { namespace ns2 { class SampleClassName; boost::shared_ptr
iamtheddrman
  • 623
  • 5
  • 16
0
votes
0 answers

Find usages of a function in entire solution MVS 2008

I use Visual Studio 2008 with Visual Assist X for codding on C++. And I want to find a function usages - all the lines in the solution where the function call was invoked (Please note that I don't want to find the lines, where there is a call of a…
Narek
  • 38,779
  • 79
  • 233
  • 389
1
2