Arduino IDE...

Hi there. If you've ever used an IDE like say, Visual studio or code-blocks, then you will know what im talking about. In visual studio, when your in scope, the cursor will automatically indent appropriately to make things neat. I guess thats the biggest issue Im having with the arduino IDE. Code completion would be nice too. If anyone know a way to accomplish this, I would leap with joy.

Thank you! :slight_smile:

The Arduino IDE does automatically indent. As for code completion, there was some work done towards that a while back:

but I'm not sure why it got stalled. My experiences with code completion has been that it's more trouble than it's worth but I think it would be a good feature to add as long as I could turn it off.

In the end, if you want a super advanced IDE then just use one. The Arduino IDE is specifically intended to be simple and beginner friendly. There are lots of alternatives if that's not to your liking.

Thanks for the reply. Ill check out some alternatives and that code completion Link! :slight_smile: