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 wrong (Read 1120 times)
radders
Junior Member
**
Offline


Posts: 13
Location: Coventry, UK
Joined: May 31st, 2018
IntelliSense wrong
Nov 19th, 2018 at 9:34am
Print Post  
I have discovered an error with the IntelliSense in VS2017.

The following code:
Code (C++)
Select All
//edSession::edSession(log4cpp::Category *logger, int sessionuid)
edSession::edSession(int sessionuid){ 



causes the popup shown in the image.
How does a commented line end up in the IntelliSense?
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: IntelliSense wrong
Reply #1 - Nov 19th, 2018 at 12:11pm
Print Post  
Visual Studio C++ always assumes comments above code are documentation comments. You need to log a complaint with Microsoft if you believe this is incorrect.

Visual Micro does not provide the intellisense in VS, it simply tells VS where all the code can be found then VS uses it's standard C++ intellisense system.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint