Hybrid
New Member

7 Posts |
Posted - Jun 19 2008 : 04:48:24 AM
|
In C++,
If I type std::cos(, then Visual Assist (version 10.4.1626), turns it into std::_Cosh(, without any warning. This is very annoying.
Similar things also happen when typing other things, it picks things from suggestion boxes at times when I don't even want a suggestion box, and I already tried turning off many settings related to it.
How can this be avoided?
I like Visual assist for its intellisense replacement and brace matching, but a lot of these other things that involve texts that I type being replaced annoy the hell out of me, is there any way to disable everything of VAX except the intellisense replacement and the syntax coloring? |
Edited by - Hybrid on Jun 19 2008 04:51:26 AM |
|
feline
Whole Tomato Software
    
United Kingdom
19179 Posts |
Posted - Jun 19 2008 : 09:41:59 AM
|
I cannot reproduce this problem in VS2005, using VA 1626 or VA 1640.
Can you please go to:
VA Options -> System Info -> Copy Info
and paste the details (from the clipboard) into your reply. This will give us the basic information about your setup.
Is "cos" actually listed in the listbox you get after typing "std::" ?
Does turning off:
VA Options -> Advanced -> Correction -> Repair case
make any difference? |
zen is the art of being at one with the two'ness |
 |
|