Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Add quick doc support #36

Open Koc opened 8 years ago

Koc commented 8 years ago

Some strings are too long and was stripped on autocompletion:

"lookup_string": "notification",
"type_text": "A callable to be called when an event occurs on a stream.",

For this cases better add support of the quck doc by ctrl+q with full description.