How to get complete code from arduino ide

Thanks pert you just made my day :slight_smile:

You can find the paths to the various library folders by doing this:

  1. File > Preferences > Show verbose output during: > compilation (check) > OK
    2.Sketch > Verify/compile

But finding a variable in this ide i think not an easy task
for example
i tried example>basic>blink

in that they used LED_BULTIN
i know its define somewhere as 13 pin as i using arduino uno

but im not able to find it where..

bit in MPLAB X you can easily by preesing ctrl button and click on that.

I know there is always some good and flaw in ide and due to that we are getting updates..

but i think that ctrl thing should work in this ide too..