Skip to content

Instantly share code, notes, and snippets.

View hiroMTB's full-sized avatar

Hiroshi Matoba hiroMTB

View GitHub Profile
@hiroMTB
hiroMTB / OF_with_visual_studio_code.md
Created July 12, 2017 05:00 — forked from vvzen/OF_with_visual_studio_code.md
A quick reminder on how to use openframeworks without XCode (macOS)

Using OpenFrameworks with Visual Studio Code (macOS)

  1. First, install the cpptools extension in studio code

  2. Then add the include paths in the c_cpp_properties.json file.

    If a small light bulb icon (💡) appears near the include statements on any of your source file, just click it in order to access the c_c_pp_properties.json file.

    If there's no 💡 icon, then in the project directory create a hidden folder called vscode: