Is it possible to set the mouse display to represent the documentation of a method / class in PHPStorm 3.0?
So, if I start typing the name of the method, I see it autocomplete, but somewhere there is no PHP documentation?
public function error($status_code, $message = NULL) {
echo $status_code . " - " . $message;
}
source
share