CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

External tools

Last modified: 17 March 2022

You can define third-party applications as external tools and run them from CLion.

CLion allows you to pass contextual information from your project to the external tool as command-line arguments (for example, the currently selected file or the project source path), view the output produced by the tool, configure to launch the tool before a run/debug configuration, and more.

There are two types of external tools that you can add:

  • Local tools are applications that run locally on your machine.

  • Remote tools are applications executed on a remote machine over SSH.