dazipe

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Intellisense missing in Arduino projects #22850
    dazipe
    Participant

    Installing the Preview 10 did not help at all!

    It actually made it worse because now the clang intellisense doesn’t see the STL components like <vector> <map> or <memory>.

    The code compiles fine but intellisense underscores it with the red line.

    Attachments:
    You must be logged in to view attached files.
    dazipe
    Participant

    I checked and it behaves the same way when I move everything in the “src” folder.

    No sub folders displayed for “Source Files”

    It is a bug!

    I’m now on the latest VisualGDB 5.4 preview 10.

    dazipe
    Participant

    Also there is a note in the link you provided:

    “For backward compatibility with Arduino 1.0.x, the library author may opt to place source code into the root folder, instead of the folder called src. In this case the 1.0 library format is applied and the source code is searched from the library root folder and the utility folder, for example:”

    dazipe
    Participant

    Hello,

    I’m using TFT_eSPI library downloaded in Arduino IDE with the library manager. It is working and compiling fine. It is one of the most popular display library and I did not modify it.

    The file I wanted to debug located in /Extensions folder and it is included as “Extensions/Smooth_font.cpp”

    So the Arduino can include files from sub folders..

    This looks like a bug from in your IDE. Since, like I mentioned, the Header File virtual folder has all the sub folders of the project.

Viewing 4 posts - 1 through 4 (of 4 total)