PhpStorm 95.17 : CTRL+Q not working as it was in last version
in if (is_numeric($a)) {}
if my cursor is on is_numeric and i press CTRL+Q i get folowing image while in last version i was getting more info and link to php manual.
some of the functions for which it is not working
explode
stripslashes
strtok
join
thanks
Please sign in to leave a comment.
Try to invoke File|Invalidate caches and restart IDE.
Thanks. it is working again.