Getting Intellisense working with VC++ (not code)
Posted: Wed Nov 04, 2020 7:03 pm
I have an ESP32 project that's getting on the larger side. I use the ESP-IDF and build from the command prompt atm, but I'm using Visual Studio 2019 for editing (not Visual Code). I don't like Visual Code and would prefer to keep using VC++ but as the project gets larger, its becoming more cumbersome.
I don't need to build, debug, or upload in VC++, I can do all that fine from the command prompt. I just need intellisense working so looking up structure contents, autocomplete, finding relevant files, etc... can be done with a click instead of a 15min browse through the esp-idf directory mess.
Anyone have any idea if this is possible and how to do it?
I don't need to build, debug, or upload in VC++, I can do all that fine from the command prompt. I just need intellisense working so looking up structure contents, autocomplete, finding relevant files, etc... can be done with a click instead of a 15min browse through the esp-idf directory mess.
Anyone have any idea if this is possible and how to do it?