PICO-8 IDE (VSCode)

PICO-8 Easier development with Visual Studio - imogiagames /

caption

Using VS Code with PICO-8

As well as other Using External Tools

put all of your code in a separate file and using #include you can use individual tabs from carts by going #include cartname.p8:2 which would include any code on the second tab inside the cart.

  • use info to have token count

Alternative way of doing things:

Extension

  • PICO-8 Language Server
    • Full language support for the PICO-8 dialect of Lua. - (goto definion, etc)
    • View docs on hover, then auto-complete
  • pico8-simple-outline - for *.p8 files: display a list of all the functions in your project, and acces their definition by clicking on them.

Alternative

Doc

Written on October 22, 2023, Last update on October 28, 2023
pico8 vscode