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
0
votes
1 answer

Visual Studio 2010 becomes very slow when editing

My VS2010 solution is a large scale one, with 100+ source/header files, and several external library being included. I use VAssistX plugin. Yesterday I added a new .cc file and it started getting slow when editing. Very lag when typing. I tried to…
Stan
  • 37,207
  • 50
  • 124
  • 185
0
votes
1 answer

Is recursive parsing of include path in VisualStudio

I have issue with both "Go to definition" functionality on Visual Studio and "Go to Implementation" for Visual Assist plugin. As I know, to perform jump to code I need to add additional include/source paths to the project property for MVS or sources…
0
votes
0 answers

How to silently install Visual Assist X in Visual Studio 2012 with licence

If possible, we'd like the option of installing Visual Assist X (latest version) on PC with Visual Studio 2012 silently with the licence key already inserted. Do you know if this is possible? I don't think Visual Studio 2010 and later supports…
0
votes
3 answers

C++ copy formatted code to word (like Visual assist's)

I've browsed but could not find an answer.. I'm trying to copy code from my editor to look like the VA coloring, but it only copies like the VS coloring.. (Another great option would be to somehow do it like StackOverflow formats, but I could not…
Alon
  • 1,776
  • 13
  • 31
0
votes
2 answers

how to find all places where certain method is called?

I have such method in one file: virtual void addValue(FieldIdentityCPtr & identity, ValueType::Type type, const unsigned char * value, size_t length) = 0; I want to find all places where this method is called. I.e. all usages. I've tried to use…
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
0
votes
6 answers

IDE for Python ( like Visual Studio with visual assist X )?

I use for C/C++ Visual studio 2012 with Visual Assist X plugin. Now I'm going to learn Python. I need good IDE for Python and my main requirement -very good intelli/autocomplete feature in IDE ( I don't like notepad or Python shell ) Can you…
user1779502
  • 573
  • 2
  • 8
  • 16
0
votes
1 answer

Why are certain class names not colored by Visual Studio 2012?

'thread' and 'function' are STL class names like 'vector', 'list', etc. Yet 'thread' and 'function' are not colored in the text editor of Visual Studio 2012, while 'vector' and 'list' are normal. Why and how to fix? PS: 'std::thread' is fine; but…
xmllmx
  • 39,765
  • 26
  • 162
  • 323
0
votes
2 answers

VisualAssist can't find declaration of boost::bind

It's not programming question per se. But do you guys know how to make VisualAssist (v10.7.1916.0) parse declaration of boost::bind (v1.51) correctly ? It's currently always underlined with red in my code. Perhaps all those templates in…
expert
  • 29,290
  • 30
  • 110
  • 214
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
0
votes
1 answer

Visual Assist not showing parameterlist properly

When I make a method call, for example String.Compare(s1, s2); I should see the parameters list when I press comp but I don't, I need to press ctrl+shift+space and it's pretty annoying (I use Visual Assist 10.4 and writing C#-code)
HerrLiljegren
  • 157
  • 3
  • 15
-2
votes
1 answer

How to decrease header files in visual assist

I installed Visual Assist X. It is useful. But there is a problem. When I enter sentence #include " " . And it shows auto-completion. There too many header files coming to my eyes. And many of them are not in my project !!! Does someone know how…
qwesdfok
  • 39
  • 1
  • 3
1 2 3 4 5
6