Get code completion suggestions (also known as "Intellisense") for MicroPython to increase your efficiency and accuracy.
Thanks to Pylance, Pico-Go can point out any errors you've made and can suggest how to improve your code further.
MicroPython classes and methods are documented and guidance will appear within VS Code. Includes the rp2 module!
Interact with your Pico board using the built-in REPL console. Send commands using Python code and view the output.
Run all the Python code in your current VS Code window, or select an individual line and just run that.
Upload code to your Pico so it executes when not plugged into your computer. Download from your Pico to your computer.