of-vscode-project-generator-rs-0.1.4 is not a library.
of-vscode-project-generator-rs
| Code suggestion | Static analysis (and AI etc...) |
|---|---|
![]() |
![]() |
openFrameworks project generator for Visual Studio Code. (Rust ported version of original bash version)
(only for static code analysis like syntax-highlighting, definition jumping or intellisense. Not for building or debug.)
Usage
NOTE: You first need to generate project using default projectGenerator.
Install
or nightly (directly from github):
Uninstall
Limitations
- This tool loads some of
addon_config.mkincompletedly (and not loadconfig.make). If you need more, please modify.vscode/c_cpp_properties.jsonmanually after running this script. - This tool exports environment-dependent settings. So I recommend NOT to include
.vscodedirectory in your git repository.
Note
Code port from bash into Rust is mainly done by GitHub Copilot. Already tested well, but use with care.
License
WTFPL or 0BSD

