Eclipse CDT中有没有可以在.cc和.h之间切换的快捷键?

发布于 2024-11-15 20:31:01 字数 145 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心作怪 2024-11-22 20:31:01

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

っ左 2024-11-22 20:31:01

在 .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文