Eclipse CDT中有没有可以在.cc和.h之间切换的快捷键?
Eclipse CDT中有没有可以在.cc和.h之间切换的快捷键?
我使用的是 Visual stdio ,我可以使用 alt+o 在 .cc 和 .h 之间切换,
我可以在 Eclipse CDT 中执行此操作吗?
非常感谢!
Is there any shortcut key to switch between .cc and .h in Eclipse CDT?
I was using visual stdio , I can switch between .cc and .h using alt+o,
Can I do it in Eclipse CDT?
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ctrl+Tab
是 Eclipse 中默认的快捷键,用于将编辑器视图从查看.cpp
文件切换到相应的.h
文件,反之亦然。反之亦然。是的,您可以
在
Window->Preferences->General->Keys - Toggle Source/Header
中将其更改为alt+o
Ctrl+Tab
is the default shortcut in eclipse for switching the editor view from viewing a.cpp
file to a corresponding.h
file, and vice versa.YES, You can change it to
alt+o
In
Window->Preferences->General->Keys - Toggle Source/Header
在 .c/.h 文件中按 Ctrl-Tab 对我有用。但不确定是不是CDT插件到eclipse的事情。
Pressing Ctrl-Tab while in a .c/.h file works for me. But not sure if it is a thing from the CDT plugin to eclipse.