Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 auto complete after "." not working

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
eyal.ga Posted - Feb 12 2008 : 02:15:53 AM
Hi,
With VS 2005, VA x, in a simple C++ COM project,
the auto-compeltion won't work.
for exanple:
MyCLass x;
x. (nothing happens although MyClass is in blue color and can be nevigateg).
How can I make this work?
Thanks,
Eyal.
5   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Feb 13 2008 : 08:44:30 AM
If you move this test function to further down the file does it still work correctly?

If you just add simple variables like this to one of your functions that shows the problem what happens? Are the variables shown correctly or are they underlined?

Obviously something is going wrong, but we need to find the trigger.
eyal.ga Posted - Feb 13 2008 : 03:22:26 AM
I added your code as you asked and it looks OK. The variables are NOT underlined as mistyped symbols.

BTW - regarding your previous question - if I put the cursor on a variable which is faulty underlined as a mistype symbol and press CTRL+Space then I see the class declaration and the header file name.

I'm using:

Visual Assist X version: 10.4.1626.0 built 2008.01.17

Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework Version 2.0.50727
Installed Edition: Professional
Microsoft Visual C# 2005 77626-009-0000007-41151
Microsoft Visual C++ 2005 77626-009-0000007-41151
Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1 (KB926601)

Thanks
feline Posted - Feb 12 2008 : 4:54:32 PM
The variables should not be underlined like that. If you add:

static void testGeneralStuff()
{
	int banana = 2;
	int orange = 1;
}

at the very top of one of your files what happens? Are the variables coloured correctly or are they underlined as mistyped symbols?

Which IDE and version of VA are you using?
eyal.ga Posted - Feb 12 2008 : 4:28:23 PM
Hovering the mouse over the class type works and the correct information is displayed in the VA View panel.
Restarting the IDE (or the machine) does not help.
I've noticed that ALL the variables instances (like x in my example) are marked in red under-line and when hovering the mouse on them a message "Refactoring not available on symbol" is shown. I guess this is the source of the problem.
Thanks,
Eyal.
feline Posted - Feb 12 2008 : 1:51:14 PM
What happens if you press CTRL-SPACE?

If you show VA View, then place keyboard focus back into the editor, and now hover the mouse over the type MyClass is the correct information displayed?

Does restarting the IDE have any effect on this problem?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000