Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic VisualAssist X Not Working? (Read 24458 times)
RayLivingston
Full Member
***
Offline


Posts: 158
Location: California
Joined: Nov 24th, 2012
VisualAssist X Not Working?
Jun 10th, 2013 at 4:56pm
Print Post  
I have installed AtmelStudio and VisualMicro, and it's working ok, but few of the VisualAssist X functions seem to work.  If I select a symbol, then right-click->GoTo Implementation or VAX->Find All References, I get either nothing, or an error message telling me the symbol is not defined.  But, they symbol IS defined, because the code is actually working.  Even if I do this on a #define symbol, ON the line with the #define, it only finds the references in that include file, and not in the .ino file.

Is this normal?  Is there a way to fix it?

Regards,
Ray L.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualAssist X Not Working?
Reply #1 - Jun 10th, 2013 at 4:58pm
Print Post  
What is the name of the include file you refer to?
  
Back to top
IP Logged
 
RayLivingston
Full Member
***
Offline


Posts: 158
Location: California
Joined: Nov 24th, 2012
Re: VisualAssist X Not Working?
Reply #2 - Jun 10th, 2013 at 5:48pm
Print Post  
No specific include file - ANY include file.  It doesn't even find symbols defined in the main file.  It appears VisualAssist X simply is not parsing the code at all.

Even in a single .ino file, I can have a line:

#define XYZ 3

later in the same file have a line:

lcd.print(XYZ);

If I highlight the "XYZ" in the lcd.print, then do Refactor->FindReferences, I get an error dialog stating:

"Find References is not available because the symbols is unrecognized"

Selecting any function reference, and doing "Goto Implementation" does absolutely nothing - no error, nothing at all happens.

Regards,
Ray L.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualAssist X Not Working?
Reply #3 - Jun 10th, 2013 at 8:12pm
Print Post  
If you type "Serial" into the code editor of an .ino file does an intellisense list automatically popup?
  
Back to top
IP Logged
 
RayLivingston
Full Member
***
Offline


Posts: 158
Location: California
Joined: Nov 24th, 2012
Re: VisualAssist X Not Working?
Reply #4 - Jun 10th, 2013 at 9:00pm
Print Post  
No, looks like Intellisense is not working at all....

Regards,
Ray L.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualAssist X Not Working?
Reply #5 - Jun 10th, 2013 at 9:31pm
Print Post  
Ok that explains it. Please try running the visual micro install again and select repair.

Does that fix it?

Thanks
  
Back to top
IP Logged
 
RayLivingston
Full Member
***
Offline


Posts: 158
Location: California
Joined: Nov 24th, 2012
Re: VisualAssist X Not Working?
Reply #6 - Jun 10th, 2013 at 11:02pm
Print Post  
Yes, Repair fixed it.  Thanks!

Regards,
Ray L.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualAssist X Not Working?
Reply #7 - Sep 10th, 2013 at 1:11pm
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint