Intellisense with Arduino Projects

Sysprogs forums Forums VisualGDB Intellisense with Arduino Projects

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29695
    tboutain
    Participant

    I have a large project that has 10 different .ino files in it. When I call a function from one .ino file that is defined in a different file, sometimes the intellisense doesn’t recognize it. It does compile fine yet. Is there a certain order that the .ino files are put in as far as intellisense? Like Alphabetical? I would assume the one set as main sketch file would be first.

    I’m pretty sure I can fix this with forward declarations but just wondering if there is a rhyme or reason to the order.

    • This topic was modified 3 years, 4 months ago by tboutain.
    #29698
    support
    Keymaster

    Hi,

    Simply saving all files should do the trick. VisualGDB will automatically update the function index then (you can check View->Clang IntelliSense Status to make sure the updating takes place) .

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.