How do I implement an Arduino IDE within Cursor?

As a new user, I have used Cursor to:

  1. implement a Python program running on Windows, which is well integrated with the Chat function.
  2. an ESP32 MicroPython program which requires the use of Thonny IDE external to Cursor and much copy/paste.

Is there a way to configure Cursor to support an integrated Arduino IDE as in #1, or is Arduino support limited to #2?

Hey, there are guides available online on how to setup VSCode (and by extension Cursor) to work for MicroPython, instead of using Thonny.

See here for an example: