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 Studio bindings from Resharper. Toasting all the conflicting ones with ViEmu, and then just...
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?
...
Hi .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 opinion first.
...
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.
...
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 every line of my code file, even when it's modified and not saved into file.
I've looked into addin dev for a while, VC6's addin interface...
Possible Duplicate:
Hidden Features of Visual Studio (2005-2008)?
I am a C++ programmer and I program in Visual Studio 2008 with wonderful VisualAssist plugin.
I've used this IDE a lot and know quite a bit about it but nevertheless I find a new features or I realize new ways of using known features from time to time. They were q...
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)
...
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..
...
Hello,
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 toolbar, but is it possible to configure it so it will be disabled by default unless it'...
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. For example, before refactoring the code looked like this:
while (expr)
{
doSmth();
}
...
Hi,
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?
...
After installing visual assist X for Visual C++ 2008, I turned off the standard intellisense by renaming the DLL. Now my normal Class View control doesn't work, and I can't see a corresponding functionality in VA. I assumed there would be one, so I could do things like rename a class without having to open the .h file, or rename a class ...
I have a class with two methods like:
class MyClass
{
void method(int x);
void method(int x,int y,int z);
};
Using Visual-Assist, if I put the cursor on one of these lines and hit ALT+G, which should take me to the implementation, instead I get a little popup asking me which implementation I want to go to. Why? Can't it tell?
...
I have a couple of methods like
/*this is a comment for init, version 1*/
void init(int x);
/*this is a comment for init, version 2*/
void init(int x,int y);
But when VAX's intellisense comes up when I type "init(", the comments are not showing right. For the first version, it shows me the comment for the 2nd version... how and why i...
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 &s, Board &b)
No extra spaces. Is there a way to set this?
...
How can I define, which filetypes should be work by the VisualAssit in Visual Studio 2010? I don't like, how this tool works with openCL and cuda files, therefore i would like to turn off it for thie file types (oherwise it highlights 1000 errors).
thx.
...
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
...
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 functionalities just got disable or not working. Does these 2 plugins conflict? How do I check what has been disabled by Visual Assist X in ReSharper? Thanks.
EDIT:
Also, Visual Assist X overlaps some of ...
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.
...
Hello guys,
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 its Auto Complete.
Is there anything like it for Eclipse? Or is there anyway to buff Eclipse's autocompletion?
Thanks a lot, p...