Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.39 KB

1600-IDE-integrations.md

File metadata and controls

26 lines (16 loc) · 1.39 KB
title aliases
IDE Integration VSCode
08-IDE-integrations

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.