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 Intellisense errors for standart files (Read 6327 times)
Hooch
Newbies
*
Offline


Posts: 1
Joined: Aug 9th, 2012
Intellisense errors for standart files
Aug 9th, 2012 at 11:16pm
Print Post  
Hello.
I opened test project.
Everytime in every project I see those errors in list.
How to fix it?

http://i.imgur.com/Viui1.png

I got email that those error are there because VS does not understand AVR syntax fully.
Is there any way to turn off intellisense for those files or to add those errors to "ignore" list?

I like that view and would like to have it clear.

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense errors for standart files
Reply #1 - Aug 10th, 2012 at 1:44am
Print Post  
Hi,

I don't know of a way to hide those 10 errors or how to hide errors for certain files. Excluding the files from intellisense causes even more intellisense "errors". 

I hope an AVR/C++ expert will join this thread Smiley

You might get answer on visual studio gallery forum or microsoft connect (visual studio area) we are a normal Win32 C++ project as far as Microsoft is concerned, they won't understand anything about avr.

One thing you can do is to click the "File" column so that the list is sorted alphabetically by file (file name). This makes it easier to see your own real code errors.


If you find any avr/gcc syntax that we can add to the vs intellisense to stop those errors please let the forum know.

Thanks
« Last Edit: Aug 10th, 2012 at 1:50am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense errors for standart files
Reply #2 - Aug 10th, 2012 at 1:48am
Print Post  
ps: One thing I have noticed is that if you double click the errors so that the 4 affected avr files open in vs then the errors reduce to 2
« Last Edit: Aug 10th, 2012 at 1:50am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
sixeyes2
Junior Member
**
Offline


Posts: 93
Location: Guildford, United Kingdom
Joined: Dec 19th, 2011
Re: Intellisense errors for standart files
Reply #3 - Aug 10th, 2012 at 3:00pm
Print Post  
Does this occur with VS2010 or VS2008 or both?

Iain
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense errors for standart files
Reply #4 - Aug 10th, 2012 at 5:23pm
Print Post  
I haven't tested 2008 for a while but if i remeber correctly it handled the intellisense better.

What do you see in the 2008 intellisense reporting window? It hasn't changed in recent builds.
« Last Edit: Aug 10th, 2012 at 8:08pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint