Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

VSCode already works better for me. Has all the intellisense and folder management I need. And has my favorite color schemes and git integration.

I've ever only needed the clunky Arduino IDE to install libraries and board types.



you cannot have full intellisense on Arduino project because of how the pre-processing works and generates headers and forward declarations. IDE 2.0 contains a Language Server developed from scratch to handle this, and every platform supported by ClangD works. Even using the Arduino plugin for VS Code won't offer proper completion, hinting and jump-to-definition


The only bug I've had was I need to flash my arduino with a project to "warm the compiler up" w.r.t. libraries and hardware capabilities.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: