https://github.com/paulober/vscode-flipper-app-dev
A vscode extension for the development of Flipper Zero® apps.
https://github.com/paulober/vscode-flipper-app-dev
flipper flipperzero vscode vscode-extension
Last synced: about 1 month ago
JSON representation
A vscode extension for the development of Flipper Zero® apps.
- Host: GitHub
- URL: https://github.com/paulober/vscode-flipper-app-dev
- Owner: paulober
- License: mpl-2.0
- Created: 2024-03-05T11:46:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:43:42.000Z (about 2 years ago)
- Last Synced: 2025-08-08T17:57:20.557Z (11 months ago)
- Topics: flipper, flipperzero, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=paulober.flipper-app-dev
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flipper Application Development Visual Studio Code extension (WIP)
A vscode extension for the development of flipper zero apps.
## Features
- [x] Syntax highlighting for `.fam` files / Grphical editor for `.fam` files
- [x] Project generator integrated into Visual Studio Code
- [x] SDK channel management in Visual Studio Code
- [x] Integration of the build process into the Visual Studio Code
## Requirements
- Python 3.9+ installed and in PATH (Windows `py` executable in PATH, Linux & macOS `python3` executable in PATH)
- pip installed and in PATH (Windows `py -m pip`, Linux & macOS `pip3` executable in PATH)
- Storage space for the SDK and the generated project