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
Hot Topic (More than 8 Replies) #if VMICRO_IDE_INTELLISENSE (Read 4301 times)
Red Baron
Member
***
Offline


Posts: 112
Location: Germany
Joined: Jul 29th, 2015
#if VMICRO_IDE_INTELLISENSE
Jan 29th, 2018 at 1:04pm
Print Post  
Hi,

I tried this: http://www.visualmicro.com/page/Extending-Visual-Studio-Intellisense.aspx. But it does not seem to work anymore. The if path is gray, the else path is active.

VM Version is: 1.1801.27
« Last Edit: Jan 29th, 2018 at 1:06pm by Red Baron »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Red Baron
Member
***
Offline


Posts: 112
Location: Germany
Joined: Jul 29th, 2015
Re: #if VMICRO_IDE_INTELLISENSE
Reply #1 - Jan 29th, 2018 at 1:16pm
Print Post  
In .<projct>.vsarduino.h I found:

Code (C++)
Select All
#if defined(_VMICRO_INTELLISENSE) 

. May be you changed this without updating the docs.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: #if VMICRO_IDE_INTELLISENSE
Reply #2 - Jan 29th, 2018 at 1:17pm
Print Post  
  
Back to top
IP Logged
 
Red Baron
Member
***
Offline


Posts: 112
Location: Germany
Joined: Jul 29th, 2015
Re: #if VMICRO_IDE_INTELLISENSE
Reply #3 - Jan 29th, 2018 at 1:33pm
Print Post  
Hi Tim,

please see first post. The documentation is false. It does not work. See pciture!

Your should update your tutorial. See second post.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: #if VMICRO_IDE_INTELLISENSE
Reply #4 - Jan 29th, 2018 at 1:36pm
Print Post  
Thanks, have done
  
Back to top
IP Logged
 
Red Baron
Member
***
Offline


Posts: 112
Location: Germany
Joined: Jul 29th, 2015
Re: #if VMICRO_IDE_INTELLISENSE
Reply #5 - Jan 29th, 2018 at 1:53pm
Print Post  
You deleted the entry Sad

You only had to replace "#if VMICRO_IDE_INTELLISENSE" by "#if defined(_VMICRO_INTELLISENSE)". In code and in the headline.

And have a look at the "read more" link. Very curious.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: #if VMICRO_IDE_INTELLISENSE
Reply #6 - Jan 29th, 2018 at 2:41pm
Print Post  
Thanks, Microsoft change things and many users struggle to understand how to switch between Release and Debug using the toolbar so I remove anything that is free but takes up time and does not help users.

  
Back to top
IP Logged
 
Red Baron
Member
***
Offline


Posts: 112
Location: Germany
Joined: Jul 29th, 2015
Re: #if VMICRO_IDE_INTELLISENSE
Reply #7 - Feb 5th, 2018 at 7:18pm
Print Post  
Please look at the headline of the page too!

I do not agree with you. The former content of the page was good and helpful. There was only the wrong macro name specified. If you take a backup of the file and replace the names, everything is fine.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: #if VMICRO_IDE_INTELLISENSE
Reply #8 - Feb 6th, 2018 at 9:47pm
Print Post  
Yes I agree I misread your original note and didn't know what the issue was. 

I re-added some note and will revisit the page when time allows.

Thanks for the message.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint