Page 1 of 1

which IDE tool I should use to edit the source code?

Posted: Tue Jun 01, 2021 7:44 am
by jack777
Hi,

I'm new with esp32. may i know which IDE tool (integrated development environment) I should use to edit the source code?

where to down it?

Thx

jack777

Re: which IDE tool I should use to edit the source code?

Posted: Tue Jun 01, 2021 8:33 am
by ESP_Minatel
Hi,

You can take a look at those links:

Eclipse Plugin
VSCode ESP-IDF Extension

There are other options but not supported officially by Espressif.

Hope this will help you!

Re: which IDE tool I should use to edit the source code?

Posted: Thu Jun 03, 2021 2:22 pm
by burtrum
Hello,
I have read of the many config questions and issues surrounding both Eclipse and VS code.

I suggest Geany https://www.geany.org/.
Windows, Linux, Mac. I use Linux.

Full IDEs are more than I need. Geany lightwieght with little learning curve, is syntax aware, and allows multi-file search&replace.

I don't debug or single step in Geany. I don't know if it supports OCD.

So do you want a great code editor or a full IDE?

Here's some random fan site
https://geany.sexy/.

Burtrum

Re: which IDE tool I should use to edit the source code?

Posted: Fri Jul 02, 2021 1:53 pm
by mbratch
Eclipse and VSCode are both very popular in general. I have both environments set up and both work. I prefer VSCode because I find it more readable and the GUI is better organized imho.

Pick one and by all means read and follow the installation instructions carefully and precisely. There are lots of YouTube videos for bith as well so plenty of resources for getting the install done