Page 1 of 1

IDE

PostPosted: Wed Aug 30, 2017 11:29 am
by aoneill
So far I had been writing games using the Arduino IDE. I just learned that Visual Studio Code has an extension (https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) for Arduino development. I'm loving features like IntelliSense and navigate-to-definition, though there are some Arduino things I haven't figured out how to do yet.

What are you guys using for an IDE?

Re: IDE

PostPosted: Wed Aug 30, 2017 1:40 pm
by rodot
Arduino for quick sketches, Visual studio for complex games, and Atmel Studio for debugging !

Re: IDE

PostPosted: Wed Aug 30, 2017 3:24 pm
by Drakker
I never really liked IDEs, they all have their quirks and problems. I stick with a great text editor: vim.

Re: IDE

PostPosted: Wed Aug 30, 2017 9:46 pm
by Sorunome
I use atom with my arduino-upload package to be able to stay away from the Arduino IDE as far away as possible