Espressif Eclipse not behaving like Eclipse
Posted: Sun Nov 17, 2024 6:39 am
I'm a huge fan of Eclipse, but so far my experience with the Espressif Eclipse IDE has not been good. There are several features I really liked that don't appear to be working. Please help me understand if the issues I'm seeing are fixable.
Issue 1:
CTRL & ~ - No longer toggles between C and H files.
Issue 2:
Hyperlinking - ALL hyperlinking seems to be non-existent. It's not just clicking on a header file and getting taken to that file. I can't even click on a variable to taken to the declaration.
Ideally, I want to get the indexing functional so that when I click on something like #include "nvs_flash.h", I jump to the file in the ESP-IDF.
Issue 3:
#define coloring - If a section of code is blocked out using a #define, Eclipse should change the color of that section. It is not doing this.
Issue 1:
CTRL & ~ - No longer toggles between C and H files.
Issue 2:
Hyperlinking - ALL hyperlinking seems to be non-existent. It's not just clicking on a header file and getting taken to that file. I can't even click on a variable to taken to the declaration.
Ideally, I want to get the indexing functional so that when I click on something like #include "nvs_flash.h", I jump to the file in the ESP-IDF.
Issue 3:
#define coloring - If a section of code is blocked out using a #define, Eclipse should change the color of that section. It is not doing this.