Reputation: 994
I use PhpStorm 2019.1.
I cut and pasted a method from one class to another in PhpStorm. I got popup "Select Classes To Import".
Is there a way to turn it off? I just want to paste code, that's all.
Upvotes: 2
Views: 117
Reputation: 22760
Yes, review your settings on the
File ==>
Settings ==>
Editor -->
General -->
Auto Import ::
PHP
section.
Check the value of Insert imports on paste
.
Upvotes: 5