import-cost icon indicating copy to clipboard operation
import-cost copied to clipboard

Does nothing on PHPStorm 2022.1

Open freshleafmedia opened this issue 2 years ago • 0 comments

The 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

20220504-1008

Is there any additional logging I can provide to help debug this?

freshleafmedia avatar May 04 '22 09:05 freshleafmedia