-
-
Notifications
You must be signed in to change notification settings - Fork 118
Setting Up an IDE or Editor
Jean-Sébastien Nadeau edited this page Jul 14, 2020
·
2 revisions
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.
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.