Switch to full style
Libraries, utilities, bootloaders...
Post a reply

IDE

Wed Aug 30, 2017 11:29 am

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

Wed Aug 30, 2017 1:40 pm

Arduino for quick sketches, Visual studio for complex games, and Atmel Studio for debugging !

Re: IDE

Wed Aug 30, 2017 3:24 pm

I never really liked IDEs, they all have their quirks and problems. I stick with a great text editor: vim.

Re: IDE

Wed Aug 30, 2017 9:46 pm

I use atom with my arduino-upload package to be able to stay away from the Arduino IDE as far away as possible
Post a reply