Search found 2 matches
- Thu May 25, 2017 1:50 am
- Forum: ESP-IDF
- Topic: Eclipse code jump to esp-idf function definitions?
- Replies: 3
- Views: 5660
Re: Eclipse code jump to esp-idf function definitions?
Ok after a bit of fiddling around I have found a solution that sort-of works: Right click project, select "Properties" Go to "C/C++ General" > "Paths and Symbols" Select "Source location" tab Click "Link Folder" Select your /esp-idf/components/ folder Select yes to rebuild index or right click proje...
- Wed May 24, 2017 12:22 am
- Forum: ESP-IDF
- Topic: Eclipse code jump to esp-idf function definitions?
- Replies: 3
- Views: 5660
Eclipse code jump to esp-idf function definitions?
Hello I have followed instructions (esp-idf.readthedocs.io/en/latest/get-started/eclipse-setup.html) to get Eclipse to import Makefile projects and I have had no problems building or flashing. It is a feature of most modern IDEs to be able to jump to, or otherwise locate the definitions of functions...