Releases: jaycb3/pico-8-vscode-extension
Releases · jaycb3/pico-8-vscode-extension
Release 1.0.2
What's Fixed
✅ No more false errors on PICO-8's compound assignment operators (+=, -=, *=, etc.)
✅ No more errors on PICO-8 cartridge format sections (gfx, gff, headers, etc.)
✅ PICO-8 callback functions (_init, _update, _draw, etc.) now recognized as valid globals
✅ Whitespace preservation in .p8 files
Technical Details
The extension now automatically configures the Lua language server to ignore .p8 files, preventing syntax errors from standard Lua linting while still providing PICO-8-specific syntax highlighting.
Install: Download the .vsix file below or update from the VS Code Marketplace
Intial Release -- v1.0.0
PICO-8 Enhanced v1.0.0 - Initial Release 🎉
First public release of PICO-8 Enhanced for VS Code!
🌟 Features
- 📚 850+ lines of comprehensive PICO-8 API documentation
- 💡 Smart IntelliSense with auto-completion
- 🎨 Beautiful syntax highlighting for
.p8files - ⚡ Hover help with examples and tips
- 🎯 Zero configuration - works out of the box
- 🖼️ Custom icon design
📦 Installation
- Download
pico8-enhanced-1.0.0.vsixbelow - Open VS Code
- Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux)
- Type:
Extensions: Install from VSIX... - Select the downloaded file
🚀 Quick Start
- Open any
.p8file - Get instant syntax highlighting
- Use Ctrl+Space for IntelliSense
- Hover over functions for documentation
Perfect for PICO-8 game development! 🎮
Built with ❤️ for the PICO-8 community