Skip to content
Paul edited this page Nov 4, 2022 · 12 revisions

What's Pico-W-Go?

Pico-W-Go is a Visual Studio code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.


Features:

  • Autocompletion data for Pylance and the Python extension as well as docs for MicroPython modules which are present on the Pico W
  • A VS code terminal implementation for the MicroPython REPL on the board for easy communication with the Pico (W)
  • The ability to upload and run projects or individual files to the board
  • An integrated pinout map for the Pico-W board
  • Additional commands integrated in Visual Studio Code to address and control the Pico boards
  • An integrated FTP server to manage the files on the Pico board

Information about supported platforms and environments can be found here.

Additional requirements:

Required additional Visual Studio Code extensions:

  • ms-python.python
  • visualstudioexptteam.vscodeintellicode
  • ms-python.vscode-pylance

Platform specific notes:


Clone this wiki locally