Ignore PhpStorm region comment in versioning control

时间:2016-05-17 11:20:56

标签: phpstorm

Is there a way to ignore this PhpStorm region code in a versioning code :

//region Constructor
/**
 * Constructor
 */
public function __construct()
{
    $this->groups = new ArrayCollection;
}
//endregion

For resume just this 2 comment must be ignored :

//region ***********
//endregion

Region is a very useful for work but this is a IDE code which don't must in final versioning code. There is a way to use this with transparent method ? (Versioning code like SVN or Git)

0 个答案:

没有答案