How to disable "Resolve pasted references"?

Viewed 173

"Resolve pasted references" takes forever and freezes UI. How can I disable this? I want Android Studio to be like regular editor like Notepad++. Or please advice what else can I do. It's big time waster for me. Already waiting 20 mins. Even don't know if I have to wait or restart. I pasted about 1000 lines but I think it's still too long time anyways. I'd let to "Resolve pasted references" but not freeze UI.

1 Answers

Try:

ctrl+alt+shift+V instead of ctrl+v

Related