Page 1 of 1

Eclipse Ctrl+click function

Posted: Fri Feb 28, 2020 1:37 pm
by johnny70
Hi,

When I create a new IDF project based on templates and crtl+click on a function (like example_connect ()), it should bring me to the function definition, but it rather takes me to the function declaration (into the .h file).

How can I configure eclipse to behave in the expected way? I assume there must be a place where the location of the c source files have to be given, but I can't find it :cry:

Thanks in advance...

Re: Eclipse Ctrl+click function

Posted: Fri Feb 28, 2020 7:46 pm
by ESP_krzychb
Moved topic from "ESP32 IDF" forum.

Re: Eclipse Ctrl+click function

Posted: Mon Mar 02, 2020 7:15 am
by ESP_kondalkolipaka
Hi,

Could you please follow the instructions from the link to add the components to the project - https://github.com/espressif/idf-eclips ... -558574707

That should work.

Re: Eclipse Ctrl+click function

Posted: Fri Mar 06, 2020 8:53 am
by johnny70
Dear kondalkolipaka,

Thanks a lot it seems to work perfectly :D

Greetings