Integration in IDEs and Native build systems

Tipi is available as a command line tool and an official   Visual Studio Code extension

Additionally it is easy to integrate tipi with IDEs and other build systems as it relies on CMake internally.

Eclipse CDT Integration

By using a CMake Generator tipi can be nicely integrated with Eclipse CDT Integration, including custom targets to build using your tipi.build cloud subscription.

To setup an eclipse project with tipi, simply run: tipi build . -G "Eclipse CDT4 - Unix Makefiles" and open the project in Eclipse CDT.


Found an error or want to add more info? Write an issue or contribute changes to this documentation at tipi-build/docs on