zwolin
zwolin

Reputation: 994

Is there a way to get rid of "Select Classes To Import" popup in PhpStorm?

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

Answers (1)

Martin
Martin

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

Related Questions