An open API service indexing awesome lists of open source software.

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.

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