Goodmorning everyone,
I'm programming board WiFi ESP12 (esp8266) .
With the Arduino IDE I can use third parties to program it, with CodeBlocks can I? thank you
Yes, CB can be used for Arduino development.
I'm using it myself. See this https://github.com/obfuscated/cb_arduino_template project template.
I guess you could use it as a starting point for an esp8266 template.
It is linux only at the moment, btw, or at least it is not tested on windows.
I prefer C::B too. I found only this post. http://tomeko.net/other/ESP8266/native.php (http://tomeko.net/other/ESP8266/native.php)
Will test it tooday.