19

When you define a member function in a class Interface in Qt creator you can right click on the function prototype and select Refactor->Add Definition in YouClass.cpp . But this will be really handy If you can set a shortcut for it. I couldn't find it in options->shortcut section. enter image description here

For example in Visual Assist you can press ALT+SHIFT+Q.

4

2 回答 2

25

您可以按 Alt+Enter 打开包含重构操作的上下文菜单,这些操作在当前光标位置可用。

重构 C++ 代码 下的文档中也提到了这一点

也许也存在具有宏或该方向的东西的解决方案。

于 2013-07-25T09:22:12.787 回答
1

正如@Robin Karlsson 所提议的:

您可以按 Alt+Enter 打开上下文菜单,其中包含当前光标位置可用的重构操作。

正如@Dmitry Volosnykh 所提到的,以上内容出现在文档中(更具体地说,在Applying Refactoring Actions

于 2018-12-27T09:32:41.500 回答