/      日本語

Installing VSCode for act

Install Visual Studio Code for act development

To facilitate writing the source code of act, we include configuration files for code interpretation in Visual Studio Code (VSCode).

To analyze source code and build from VSCode, information such as the folder where the library source code is stored is required. This information is reflected by launching VSCode from the TWELITE STAGE app. (Specifically, appropriate environment variables are set when starting VSCode. The project settings refer to these environment variables.)

Installing VSCode

Features of VSCode

  • Editing source code
  • Intellisense based on source code interpretation
    (* This does not guarantee that all definitions are interpreted correctly)

VSCode can be downloaded from the official site.

Installing Plugins

To enable Visual Studio Code to interpret C/C++ language, install the following plugin:

  • C/C++ for Visual Studio Code

Notes for Each OS

To launch VSCode from TWELITE STAGE, the code command must be enabled.

The following information is from code.visualstudio.com:

Notes