Does nothing on PHPStorm 2022.1
See original GitHub issueThe plugin appears to do nothing in the latest version of PHP Storm (PS-221.5080.224)
Simple repro:
mkdir /tmp/repro
cd /tmp/repro
yarn add axios
echo -e "import axios from \"axios\";\n\naxios.get('...');" > test.js

Is there any additional logging I can provide to help debug this?
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:11
Top Results From Across the Web
PhpStorm 2022.1 Is Now Available - The JetBrains Blog
You can download PhpStorm 2022.1 here and read through this post to learn about all the new features and improvements inside. Let's dive...
Read more >PhpStorm 2022.1 is now available : r/PHP - Reddit
In my case sometimes I get nothing in tooltip, but if I move the cursor, everything is back to normal. Works 2-3 times,...
Read more >JetBrains PhpStorm on Twitter: "PhpStorm 2022.1 EAP #6 is ...
PhpStorm 2022.1 EAP build #6 is now available. To catch up on all the new features, ... Do scopes not work in JetBrains...
Read more >PhpStorm override function - Stack Overflow
With PhpStorm 2022.1.3 + Php Inspections (EA Extended) 4.0.7.1 ... I tried to add .phpstorm.meta.php/explode.php, but this is not working.
Read more >What's New in PhpStorm 2022.1 - YouTube
PhpStorm 2022.1 introduces improved Blade support, additional static analysis insights, ... Your browser can 't play this video.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve just found that if you install the plugin from the Welcome screen it installs correctly and works 🎉
it could be a bug of the IDE. Let’s wait for the release candidate version of PhpStorm (I hope it will be released this week)