在 PyCharm 中重命名 (shift-F6) 后,如何使用热键访问 "Do Refactor" 按钮?
After renaming (shift-F6) in PyCharm, how do I access the "Do Refactor" button with a hotkey?
我想使用热键访问 "Do Refactor" 按钮。显然是 "D",但点击它会让我搜索 "d"。有人知道该怎么办吗?
在PyCharm中你可以按Alt + d
来做Do Refactor
。
我想使用热键访问 "Do Refactor" 按钮。显然是 "D",但点击它会让我搜索 "d"。有人知道该怎么办吗?
在PyCharm中你可以按Alt + d
来做Do Refactor
。