Programming ESP8266 Thing with Visual Studio and vMicro Extension

Is it possible to program the ESP8266 Thing using Visual Studio with the vMicro extension and the Arduino addon? Thanks!

Yep…brief overview of the setup:

  1. Install Visual Studio
  2. Install the Visual Micro extension for Visual Studio
  3. Install the Arduino IDE, which includes necessary libraries and board definitions
  4. In Visual Studio, use the Visual Micro extension to configure the Arduino settings (including selecting the ESP8266 board)
  5. Install the ESP8266 board package through the Arduino Board Manager
  6. Select the appropriate board (ESP8266 Thing) and port within Visual Studio

Thanks for the info. I guess I should have checked the board list first to see if the Thing was listed.