I used netbeans, netbeans code hints, to display my own comments on methods and parameters. At first, I used phpstorm, to find that its code hints only show the class / method name / parameters, but the comments written by myself are not displayed.
is there a way to show the code comments that I have written in the code hints that conform to the phpdoc standard?