macchina-io / macchina.io

macchina.io EDGE is a powerful C++ and JavaScript SDK for edge devices, multi-service IoT gateways and connected embedded systems.
https://macchina.io
GNU General Public License v3.0
512 stars 152 forks source link

IDE Question #37

Closed avalchev closed 8 years ago

avalchev commented 8 years ago

Hi Gunter,

I'm wondering, which IDE are you using for development under Linux ?

I'm new to C++ world (coming from Java), and the best thing I found is Emacs with irony. Your answer is going to help me to adopt macchina.io development style :)

Thanks a lot.

obiltschnig commented 8 years ago

Most of my macchina.io development work is done on OS X, using a plain text editor (BBEdit) and multiple shell windows ;-). From time to time I also use Xcode. On Linux, it's mostly shell + whatever text editor is readily available (can be vi, but usually gedit or something, if a GUI is available). Very occasionally also Eclipse.