Page 1 of 1

Is there another ide for esp instead of Eclipse?

Posted: Sun Oct 13, 2019 7:15 am
by mrdebug
Eclipse for esp uses the Makefile project approach and Eclipse does not considers the CMakeLists.txt file.
So it is not possible to import an external library (for example mylib.a)
Each line added to Makefile seems not considered.
Now I have to write the code using Notepad.
Do you know another ide for Esp?

Re: Is there another ide for esp instead of Eclipse?

Posted: Sun Oct 13, 2019 8:38 am
by permal
CLion & VSCode both support CMake as project files.

Re: Is there another ide for esp instead of Eclipse?

Posted: Mon Oct 14, 2019 1:53 am
by azz-zza
my answer implies you are a windoze user.
in this case :
a. codeblocks
b. clion (paid for)
c. vscode

Re: Is there another ide for esp instead of Eclipse?

Posted: Mon Oct 14, 2019 11:52 am
by username
Don't forget about PlatformIO & VisualGDB (paid for)

Re: Is there another ide for esp instead of Eclipse?

Posted: Mon Oct 14, 2019 12:13 pm
by ESP_kondalkolipaka
IDF Eclipse Plugin v1.0.0-beta is released. Please check here https://github.com/espressif/idf-eclipse-plugin

You should be able to create and build IDF CMake projects using the plugin.