How to show Framework files?

Is there a way to show framework files (Arduino files or ESP-IDF files) in IDE? This is helpful to quickly move around and look at the APIs and their implementation.

The source code of packages is located in %USER_HOME_DIR%\.paltformio\packages.

P.S: Could you try PlatformIO IDE for VSCode? It has very good support for code refactoring and navigation.

Thank you for your response. It’s good to know that source code location but it doesn’t show up in the IDE as part of the project (which I think might be intentional because these files are not project specific).

I’ll give try VSCode for sure.

Thanks again for your help!

I just want to thank you for your suggestion of using VSCode. I have been using it for quite some time now and it is really far better for navigation.

1 Like