Is there a reason there is no doc block parser for define to allow showing the description in the tooltip?
I would like to do something like:
if (!defined("CONSTANT")) { /** * A description of the constant */ define("CONSTANT", 1); }
and show the description on the tooltip