Hello,
I just got your very great on line tutorial on running an ESP32 using PlatformIO IDE with VS code. Although I followed your instructions (I installed it on Mac OS) and everything worked perfectly, was able to compile and program the device and all of that was fine. However, the one thing I noticed is that you had mentioned that I would get “code completion” aid while using this IDE for some reason whenever I type a command or valid code line I do not see any of that? Is there a way to turn ON code completion??
Thank you for your help
Hi Carlos.
I’m glad you followed the tutorial and get it working.
I think autocompletion is enabled by default. I’m not sure why you’re not seeing it in your IDE.
I can point you to the documentation:https://code.visualstudio.com/docs/editor/intellisense#_troubleshooting but it doesn’t seem to provide much info about that.
I also read some people suggesting running this command on the VS Code terminal to upgrade PIO.
pio upgrade --dev
However, I don’t think that’s the problem :\
Regards,
Sara