VSCode Factorio Blueprint Extension
A Visual Studio Code extension for importing and exporting Factorio blueprints.
Disclaimer
Approximately 90% of this extension's code was generated using Cursor AI. This project serves as an example of AI-assisted development.
Features
- Import Blueprint: Converts a blueprint string into a readable format
- Export Blueprint: Converts the current file back into a blueprint string and copies it to clipboard
Commands
Factorio Blueprint: Import - Takes a blueprint string input and transforms it into a readable format
Factorio Blueprint: Export - Takes the current file content, transforms it back to a blueprint string, and copies it to clipboard
Development
- Clone this repository
- Run
npm install
- Open in VS Code
- Press F5 to start debugging
Building
- Run
npm run compile
- The extension will be built in the
out directory
Requirements
| |