How do I make a PHPStorm to have JS documentation when pressing Ctrl + Space also flashing, like in PHP (screenshots inside)?

When I write the code in PHP, if I do not finish the call of a function and press Ctrl + Space, the documentation will be displayed, where the names of the functions starting with the characters I wrote are displayed. And where you can go on them (by the names of functions) with the help of arrows - and then on the right their detailed documentation is displayed. How do I get JS to do the same? I have JS names of functions are shown, but their documentation is not. How to setup? I attach screenshots.

PHP:

JS:

0
1 comment

Try updating PhpStorm - in recent updates documentation summary from MDN is shown for the built-in Javascript API functions:

 

0

Please sign in to leave a comment.