Search code examples
intellij-idea

Intellij External Tools available variables


Does anyone know where a wiki style list exists of all the available variable/macros are that intellij comes with out of the box?

I'm hoping to create a wiki style page that lists all the out of the box intellij variables (macros?) that can be used in External Tools. I looked and could not find a list style reference to them anywhere, though if someone knows where such a list exists I would be glad to know.

Here's the ones I know of from seeing/using them in projects:

$FileDirRelativeToProjectRoot$
$FileName$
$FileDir$
$FileClass$
$ModuleFileDir$
$ProjectFileDir$
$Sourcepath$

Solution

  • If you press the "Insert macro..." button, it will show you the list of all available variables.