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 Re: Some intellisense errors on core but libraries and compile OK (Read 7096 times)
Chattabaugh
Newbies
*
Offline


Posts: 4
Joined: Jan 22nd, 2014
Re: Some intellisense errors on core but libraries and compile OK
Jan 28th, 2014 at 12:47pm
Print Post  
I am having the same issue in VS2013. Have tried uninstalling and re-installing Visual Micro but still get keywords red underlined. This only happens on base keywords. If I include a module such as LCD it recognizes those keywords.
« Last Edit: Jan 28th, 2014 at 3:23pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some intellisense errors on core but libraries and compile OK
Reply #1 - Jan 28th, 2014 at 3:26pm
Print Post  
Hi,

Thanks for trying re-install but it will not fix this. If you can compile and you are seeing some intellisense then Visual Micro is installed.

Please confirm the following-

Atmel Studio or Visual Studio?
Which Arduino ide version?
Which board have you selected?
Using the latest Visual Micro?

Please give a couple of examples of words that intellisense objects to?

Thanks
  
Back to top
IP Logged
 
Chattabaugh
Newbies
*
Offline


Posts: 4
Joined: Jan 22nd, 2014
Re: Some intellisense errors on core but libraries and compile OK
Reply #2 - Jan 29th, 2014 at 7:22am
Print Post  
Visual studio 2013 
Arduino 1.0.5
Arduino Uno
Visual Micro 1401.26 (Today's release)
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some intellisense errors on core but libraries and compile OK
Reply #3 - Jan 29th, 2014 at 2:42pm
Print Post  
Please give a couple of examples of syntax that fails
« Last Edit: Jan 29th, 2014 at 2:43pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Chattabaugh
Newbies
*
Offline


Posts: 4
Joined: Jan 22nd, 2014
Re: Some intellisense errors on core but libraries and compile OK
Reply #4 - Jan 31st, 2014 at 1:12pm
Print Post  
Serial.begin(9600);
delay(1000);

None of thee keywords in the base library are recognized.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some intellisense errors on core but libraries and compile OK
Reply #5 - Jan 31st, 2014 at 2:08pm
Print Post  
That isn't right at all Smiley 

Sounds like the intellisense hasn't auto refreshed and also that nothing significant in the project has changed which also forces an intellisense refresh.

If you switch to another board using the tool bar or menu then switch back again it should force a refresh.

Let me know it if doesn't and if it happens again

Thanks

  
Back to top
IP Logged
 
Chattabaugh
Newbies
*
Offline


Posts: 4
Joined: Jan 22nd, 2014
Re: Some intellisense errors on core but libraries and compile OK
Reply #6 - Feb 10th, 2014 at 4:34am
Print Post  
with release 1401.26, if I save a file that was created an earlier version and then reload it the problem goes away. It also does not exists in newly created files.

problem solved (sort of  Smiley )
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some intellisense errors on core but libraries and compile OK
Reply #7 - Feb 10th, 2014 at 12:49pm
Print Post  
When you switch board, add library, save .ino Visual Micro resets the intellisense for the project.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint