Visual Assist X is a commercial Visual Studio plugin that enhances the overall code editing workflow.
0
votes
0answers
17 views
VS Assist X in VS 2012 tab color issue
I just installed and uninstalled vs assist x on my machine. Everything's fine except there's a screw up of tab colors(the one's on top of the code editor). If I open any tab other than the code editor ...
0
votes
0answers
71 views
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 ...
1
vote
0answers
43 views
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. ...
0
votes
3answers
57 views
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 ...
0
votes
1answer
50 views
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 ...
1
vote
1answer
35 views
Managed C++ rename refactoring without keeping files open
I'm currently using Visual Studio 2010 and Visual Assist X to do rename refactorings in managed C++ code. For small codebases or renaming items which are not used very often in the code it works ...
1
vote
0answers
306 views
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 ...
0
votes
1answer
27 views
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 ...
0
votes
6answers
225 views
IDE for Python ( like Visual Studio with visual assist X )? [duplicate]
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 ...
-1
votes
1answer
115 views
Visual Assist X doesn't work with installed resharper [closed]
I have installed Resharper 6.0 and VA 10.7.1906.0
I use VA for C++, and Resharper for C#.
But VA doesn't work even with suspended Resharper.
It doesn't modificate editor and autocomplete - do nothing.
...
2
votes
1answer
77 views
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 ...
0
votes
1answer
213 views
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.
...
3
votes
3answers
174 views
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 ...
1
vote
1answer
49 views
Visual help for recognizing classes in eclipse
When my project grows too big, it also get harder to recognize the growing number of classes. I'm looking for a plugin for eclipse, that makes it easier to differentiate the classes by assigning icons ...
1
vote
1answer
98 views
How does Visual Assist X rename symbol work?
I want to remove the Hungarian Notation from a gigantic piece of code,but I'm not sure how the addon handles replaces.I mean - if I have:
void DoNothing(int *pNothing)
{
pNothing = 0;
};
And I ...
1
vote
3answers
1k views
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
0
votes
2answers
72 views
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 ...
0
votes
1answer
1k views
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 ...
0
votes
0answers
56 views
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 ...
0
votes
1answer
297 views
Indentation in Visual Studio 2010 for C++ using Visual Assist X
I've come acrossed something annoying about indentation in C++ (using Visual Studio 2010 and Visual Assist X).
The thing is that every time I want to start a new line after keying in ctrl+enter and ...
1
vote
1answer
293 views
tooltips in Visual Studio 2010
Sometimes I prefer to add a comment after declare a variable. For example:
bool isOverhwndChild1; // This is just an example to make my question clear and you can understand.
bool isOverhwndChild2; ...
2
votes
1answer
357 views
How to enable column indicator in Qt Creator?
Visual Assist X has a nice feature for Visual Studio called column indicator. It displays a vertical line in text editor on the specified column(I use 80th column). This heps you not to write a very ...
2
votes
2answers
1k views
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 ...
1
vote
3answers
165 views
Visual Assist X — More items in Intellisense?
Right now, Visual Assist X shows 5 items in my Intellisense suggestions window (i.e. when I begin typing).
Is there any way to increase it? 5 items is too few. :(
2
votes
5answers
322 views
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 ...
0
votes
1answer
43 views
How to close the internal member nav bar in the top of the code editor?
After install visual assist x in vs2010. I think the internal member nav bar in code editor is no need.
4
votes
3answers
2k views
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 ...
0
votes
2answers
179 views
does anyone know what visual assist is?
Can anyone please tell me what is the main use of visual assist? Does it really help?
0
votes
1answer
50 views
Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X?
Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X? (I mean having all functions written in .h file)
2
votes
1answer
632 views
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 ...
1
vote
1answer
619 views
Visual Studio environment alternative
I use Visual C++ (7.1 and 8.0) on huge C++ project. The solution contains thousands of files. Visual Assist helps in jumping to function and class definitions. The problem is that it sometimes becomes ...
0
votes
1answer
193 views
Is there anything like VisualAssistX for Eclipse? or I'd like some autocomplete with my cup of Eclipse
I'm currently being forced to work with Eclipse on one of my current projects. The language we're working with is C++.
The one thing I miss the most from Visual Studio is VisualAssistX, mostly for ...
4
votes
3answers
794 views
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.
6
votes
1answer
2k views
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 ...
1
vote
1answer
390 views
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
0
votes
3answers
1k views
Turn off VisualAssist for *.cl, *.cu and *.cuh
How can I define which filetypes are affected by VisualAssist in Visual Studio 2010?
For example, I don't like how this tool works with openCL and cuda files, therefore I would like to turn off it ...
3
votes
1answer
104 views
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 ...
4
votes
1answer
2k views
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 ...
1
vote
1answer
605 views
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), ...
20
votes
1answer
2k views
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 ...
1
vote
4answers
1k views
Visual Assist Macros
Do you have any visual assist macros that you write and you want to share?
it can be very useful on coding..
people who use Visual-Assist knows that..
0
votes
1answer
200 views
Visual Assist not showing parameterlist propperly
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 ...
1
vote
2answers
289 views
Anyone using Visual Assist? How does VA get the source code content?
I'm using Visual Assist with VC6, it seems to be a powerfull tool.
As a programmer, I'm curious about the implementation. I'm wondering how does VA get the source code content? it seems that VA knows ...
4
votes
4answers
2k views
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 ...
17
votes
3answers
13k views
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 ...
3
votes
6answers
1k views
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?
8
votes
4answers
2k views
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?
...
