Skip to content

Setting Up an IDE or Editor

Jean-Sébastien Nadeau edited this page Jul 14, 2020 · 2 revisions

Setting Up Your Development Environment

Native IDE's

Kinc directly supports numerous C/C++ IDEs (Visual Studio, Xcode, Clion, Code::Blocks,...) depending on the target system. A project file is created in the build/{target} subdirectory which can be opened and used for coding and debugging directly.

Setting up Visual Studio Code(Tested on Linux)

Visual Studio Code can be used by installing the Microsoft cppTools extension for Intellisense and debugging capabilities. Refer to the Debugging section for more information.