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
28
votes
5 answers

Visual Studio disable spelling check

How can I disable spelling check in Visual Studio 2010? By spelling check I mean in comments, string etc, not in actual code
Chin
  • 19,717
  • 37
  • 107
  • 164
27
votes
2 answers

Disable Visual Assist X for certain project types

Is there any way to disable Visual Assist X for all project types but C/C++? I'm switching a lot between C++ and C# projects, and I way prefer Resharper for handling C# projects. I know I can enable/disable Visual Assist manually through the…
Tchami
  • 4,647
  • 1
  • 32
  • 45
23
votes
3 answers

Tool Comparison: Visual Assist X and Resharper

.NET developers out there! Need your opinion here! I am now using Visual Assist X, a decent piece of software, indeed. But the .NET bloggers seem to prefer Resharper more. I might want to consider a switch over, but before that I want your guys…
Graviton
  • 81,782
  • 146
  • 424
  • 602
16
votes
4 answers

How are ReSharper C++ and Visual Assist different?

What's different between the two? JetBrains lists some differences here, but I heard there might be some inaccuracies in the list.
Filip Skakun
  • 31,624
  • 6
  • 74
  • 100
11
votes
5 answers

Resharper and ViEmu Keybindings ( and Visual Assist )

With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well. Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu? What I'm doing at the moment using the Visual…
Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156
6
votes
3 answers

Disable loading Visual Assist X when launching Visual Studio

Is there any way to disable VA X when launching VS and turn it back on only when needed? Since it will cause some lag. I seem can't find the option either in VS's option or VA's option.
Stan
  • 37,207
  • 50
  • 124
  • 185
6
votes
1 answer

Running Visual Assist X and ReSharper 5.0 at the same time

VS 2005/2008/2010 I have latest Visual Assist X and Resharper 5.0 installed at the same time. I found some Resharper shortkeys and functionality became disabled or stopped working. Do these 2 plugins conflict? How do I check what has been disabled…
Stan
  • 37,207
  • 50
  • 124
  • 185
6
votes
2 answers

Can I use Visual Assist X on more than one machine?

A copy of the Visual Studio plug-in Visual Assist X costs US$250, or US$50 for an academic licence. However, I code as much on my laptop as I do on my desktop, so I'm guessing I have to buy 2 licenses?
Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055
5
votes
1 answer

Can Intellisense in Visual Studio 2017 suggest C++ headers to include?

Coming from a primarily C# background, I used ReSharper for many years. Being able to place my cursor on an unresolved reference, hit Alt+Enter, and select an option to add the appropriate using statement was invaluable. Now, Visual Studio 2017 has…
5
votes
4 answers

Visual Assist low performance

I am using Visual Assist X for C/C++ code in Visual Studio 2005 but I see that, sometime, when visual studio take focus, the processor is working too much and I cannot type code. If I am waiting somes seconds, it return the focus.
mdiezb
  • 51
  • 1
  • 2
5
votes
1 answer

Visual Studio 2012 IntelliSense with Visual Assist X and Doxygen

I used to write simple comments into my header files in the style of // Returns a new string in which all occurrences of a specified string in the // current instance are replaced with another specified string. // - strSubject: The string to perform…
5
votes
3 answers

text highlighting visual assist x

I am looking for a way to disable the text of similar values being highlighted when you click/edit a variable, i.e. I click enemyValue and type something next to it and it automatically highlights all the text. I have searched and cannot find…
user1426572
4
votes
2 answers

Visual Studio 2010 + Visual Assist C++: Are there any automated ways to create getters and setters?

So I am creating a simple class like: class file { public: boost::filesystem::path path; bool is_directory; boost::uintmax_t target_size; void get(boost::shared_ptr socket,…
Rella
  • 65,003
  • 109
  • 363
  • 636
4
votes
3 answers

Disable DevExpress / VassistX by default?

Is there any way to prevent start/load of DevExpress and/or Vissual assist? Even if disabling it's up'n running the next time. When using a limited cpu larger projects sometimes freezes everything for a bunch of minutes each time you forget to…
Simon
  • 2,449
  • 2
  • 18
  • 20
4
votes
1 answer

How to change the symbol databases folder of the VisualAssist X?

Does anybody know if it is possible to change the folder, where the VisualAssist X stores its symbol databases? By default it is in <%APPDATA%>\VisualAssist
m_pGladiator
  • 8,462
  • 7
  • 43
  • 61
1
2 3 4 5 6