How to skip the preview window when refactoring with Shift + F6

I am working with PyCharm 3.0.1. When I try to refactor literals using Shift + F6 and click the Refactor button, I am redirected to the preview window, where I have to click the Refactor button with the mouse to apply refactoring.

enter image description here

Is there a way to skip this preview window and get rid of using the mouse?

+6
source share
1 answer

You cannot miss it, as far as I remember, but you cannot use the mouse. When the pop-up screen appears, press ALT + R (underline under R) and then ALT + D (underline under D).

+5
source

Source: https://habr.com/ru/post/956774/


All Articles