This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
What am I Missing? #1110
Closed
Description
As I was installing VSC on a new laptop I thought I would give this extension a go.... After playing around with include paths for a few hours I still cannot get it to either:
- Find the Arduino core includes (Serial, types, etc etc)
- Find the defines/methods from includes in the workspace folder
- Find the methods in separate sketch files in the workspace folder (they should be included by default)
- Get any kind of relevant code completion - only generic C++ suggestions
At this stage it seems better/less frustrating to stick with Arduino IDE - and that isn't something I thought could be possible.
What am I doing wrong? Windows 10 2004 - VSC 1.49.3 - Arduino IDE 1.8.13 and why aren't a reasonable set of platform defaults included for the cpp properties? There isn't even a mention of having to config the cpp properties in the extension page on the Marketplace!