Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常使用Ctrl+D来复制一行代码。
IDEA 中是否有键盘快捷键,我可以在方法名称上放置一个插入符号并按下快捷键组合复制整个方法?Ctrl+D在这种情况下没有帮助。
在 IDEA 没有像这样的内置功能之前,您可以使用这种方法(它非常快):
或者制作一个像@CrazyCoder 建议的宏。
您可以使用第一个Ctrl+W来选择方法。然后Ctrl+D复制选定的行。