Questions tagged [visual-assist]

Visual Assist is a commercial Visual Studio extension that enhances overall code editing.

Visual Assist is developed by Whole Tomato Software and offers various enhancements to Visual Studio. These enhancements include more detailed syntax highlighting, improved code completion, more navigation options, and last but not least, an array of refactoring tools.

Visual Assist is compatible with many versions of Visual Studio and supports C/C++ and C#.

For more info read here.

86 questions
4
votes
3 answers

Switch autocompletion for enum in Visual Assist or Vanilla Visual Studio

Is there anyway to have a switch expand with all the values of an enum using Visual Assist or Vanilla Visual Studio?. The included snipsets just insert a basic switch with just a default entry. I'm using last visual studio 2013 update.
Notbad
  • 5,936
  • 12
  • 54
  • 100
4
votes
1 answer

is there any alternative to Visual Assist for VC++?

can anyone tell me if there is any alternative for visual asssit? We are using MSVC6, since it suits well for our projects and not in a mood to move to vc.net. I am so hooked up with VA that I am unable to code without it. Any help?
JPro
  • 6,292
  • 13
  • 57
  • 83
4
votes
2 answers

Having both Visual Assist X 10.6 and Resharper How to make VAX turn off on C# projects?

Having VAX and RS installed how to make VAX turn off on C# projects (because Resharper and default VS2012 hightlightning are more acceptable for me)?
DuckQueen
  • 772
  • 10
  • 62
  • 134
4
votes
2 answers

visual assist x dark color theme

I have installed visual assist X, I use visual studio for my C++ development. However, I am not sure how can I enable the dark theme color scheme as mentioned here http://www.wholetomato.com/products/features/color.asp?
user243655
  • 7,749
  • 8
  • 30
  • 33
3
votes
6 answers

Any other tools/plugins like VisualAssist that will change my life (MSVS)?

I was introduced to VisualAssist a few years ago and for me there's no going back. Are there any other tools I'm missing out on?
Jeff
  • 1,043
  • 1
  • 8
  • 14
3
votes
1 answer

visual assist inserts extra spaces?

I'm using Visual Assist X trial on VS2010 Pro. When I do extract method or modify method signature refactorings it gives me this: void Solver::Work( Stack &s, Board &b ) However I would really appreciate if it gave me this: void Solver::Work(Stack…
Kugel
  • 19,354
  • 16
  • 71
  • 103
3
votes
2 answers

Can Visual Assist's find all references find only references to to certain class constructor?

I have C++ code and VA works nicely but I kind of dont like that when I go to MyClass::MyClass(const std::string& arg); and try to find references it finds references of MyClass, not just this specific ctor. Can desired behavior be achieved?
NoSenseEtAl
  • 28,205
  • 28
  • 128
  • 277
2
votes
5 answers

Learning C++ (Linux+QtCreator) should I upgrade to Windows+VisualC+VisualAssist? How does it compare?

I'm a long-term Linux user and an 'advanced' Python programmer. I'm recently having some spare time on weekends and I'm beginning to learn C++. I'm using Qt Creator for development because it has nice features and is simple, blazing fast and I also…
2
votes
1 answer

Is there a quick way to know a class member's accessibility of a huge class?

I'm using Visual Studio with Visual Assist. I found if a class gets too big, you have to scroll up to check the access modifiers to know if the method or variable is public, protected, or etc. It takes some time and the access modifier could be…
2
votes
1 answer

Visual Studio : semi-automatic way move implementation from .cpp to .h

In Reshaper, there is a tool to move implementation from .h to .cpp easily (with a few click). Is there any way to move the implementation from .cpp to .h easily? (The opposite way) I am a bit tired of ctrl+c ctrl+v the source. I expect a…
javaLover
  • 6,347
  • 2
  • 22
  • 67
2
votes
1 answer

How can I setup CodeRush and Visual Assist X to not conflict with each other?

Both Developer Express' CodeRush and Whole Tomato's Visual Assist X are excellent tools. I've found that CodeRush has a prettier UI, and it's "marker" mechanic is extremely useful, and it has a larger palette of refactorings available. On the other…
Billy ONeal
  • 104,103
  • 58
  • 317
  • 552
2
votes
1 answer

how to auto complete string literal in Visual Studio?

It seems that VS( with VisualAssist installed) do not support string literal auto completion, am I missing something? Or is there an extension to do this?
Vincent Xue
  • 969
  • 1
  • 7
  • 17
2
votes
1 answer

How can I get Visual Assist to parse Pro*C (*.pc) files?

We have some applications that use Pro*C for database interactions. I've gotten used to the features offered by Visual Assist, but I can't seem to get any of those features to work when editing Pro*C files, since Visual Assist doesn't seem to be…
MBraedley
  • 422
  • 2
  • 10
  • 24
2
votes
1 answer

Visual Assist X: curly braces are moving during refactoring

I use Visual Assist X, build from 05.01.2009, but the same problem occurred in the previous releases as well. (I run it on MSVS 2005) When I do some refactoring (like extracting a method), everything's fine, but all the curly braces move forward.…
2
votes
0 answers

VS2010 with Visual Assist gone very slow, how to return to initial perfromance?

I have a large C++ project being developed on VS2010 SP1 with VAssist which has started going very slow. e.g. starting the debugger is taking about 4 minutes, whereas it was taking seconds yesterday. I suspect it is down to either corrupt…
SmacL
  • 22,555
  • 12
  • 95
  • 149