JetBrains IDEs like PhpStorm, WebStorm, PyCharm or IntelliJ have Run/Debug Configurations.
When creating or modifying a configuration, you can select a checkbox with a label "Store as project file".
From what I have seen, this will create a XML representation of the configuration and store the XML file inside a directory (defaults to .run
).
What exactly is the benefit / intended use of this?