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 stopped working complete when using Esp32 boards. (Read 2250 times)
Groover
Junior Member
**
Offline


Posts: 25
Joined: Sep 8th, 2013
Intellisense stopped working complete when using Esp32 boards.
Aug 27th, 2018 at 9:10pm
Print Post  
Intellisense stopped working complete when using Esp32 boards.
If I start a new VisualMicro project and copy .ino code in to the empty project intellisense works.
After a build it all stops working and I get a message:Intellisense: No additional information available.
I tried to resolve it by installing the 1807_21 version but no luck.
Also edited the .vcxproj file to add the V141 PlatformToolset, that was missing, but no change.

I use:
Microsoft Visual Studio Community 2017 
Version 15.8.1
VisualStudio.15.Release/15.8.1+28010.2003
Visualmicro version 1807.26.0
on:
Windows 10 64 bit preview version Rs5 release 17738
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense stopped working complete when using Esp32 boards.
Reply #1 - Aug 28th, 2018 at 9:13pm
Print Post  
Hi,

Please zip and email the vcxproj file and the _vm sub folder.

Also include a text file with the output after a build. switch on vmicro>verbose and "show build properties" before the build.

Email to info[at]visualmicro.com

Thanks

  
Back to top
IP Logged
 
Phil D
Newbies
*
Offline


Posts: 4
Joined: May 11th, 2015
Re: Intellisense stopped working complete when using Esp32 boards.
Reply #2 - Aug 29th, 2018 at 3:12pm
Print Post  
Hi

Just to say also had this problem and with ESP8266.  Other projects worked okay and starting a new test project worked fine even copying all the code across.

So I took a copy of the code, deleted the project folder, then created a new project, which I named with the same folder name, and intellisense didn't work.

The only way I could get intellisense working was to create a new project with a different name, paste across the code, and intellisense was working again.   

Something is remembered about projects even after they've been deleted, so always worth setting up a new project but with a different name slightly so it is seen as a completely new project. 

Regards

Phil

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


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense stopped working complete when using Esp32 boards.
Reply #3 - Aug 29th, 2018 at 3:43pm
Print Post  
Did you delete the .vs folder. It's where vs keeps it's intellisense database?
  
Back to top
IP Logged
 
Groover
Junior Member
**
Offline


Posts: 25
Joined: Sep 8th, 2013
Re: Intellisense stopped working complete when using Esp32 boards.
Reply #4 - Aug 29th, 2018 at 5:27pm
Print Post  
@ Tim Leek.
Hi,
I sent you the requested email.
Deleting the .vs folder is always the first thing I try when there are troubles with Visual Studio. 
I ended up with uninstalling Visual Studio 15.8 and reinstalling version 15.7.6
In this version all is working again.
I hope there is a solution or work around for version 15.8 .
Regards,

Groover
 
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint